Skip to content

Commit 37a78c8

Browse files
committed
rust-lang#107307 Adding additional information to "cargo test --list" output
wtf am i doing?
1 parent 13b0560 commit 37a78c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/test/src/types.rs

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ pub struct TestDesc {
119119
pub name: TestName,
120120
pub ignore: bool,
121121
pub ignore_message: Option<&'static str>,
122+
#[cfg(not(bootstrap))]
122123
pub location_info: &'static str,
123124
pub should_panic: options::ShouldPanic,
124125
pub compile_fail: bool,

0 commit comments

Comments
 (0)