Skip to content

Commit

Permalink
rust-lang#107307 Adding additional information to "cargo test --list"…
Browse files Browse the repository at this point in the history
… output

wtf am i doing?
  • Loading branch information
parthopdas committed Feb 8, 2023
1 parent 13b0560 commit 37a78c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/test/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ pub struct TestDesc {
pub name: TestName,
pub ignore: bool,
pub ignore_message: Option<&'static str>,
#[cfg(not(bootstrap))]
pub location_info: &'static str,
pub should_panic: options::ShouldPanic,
pub compile_fail: bool,
Expand Down

0 comments on commit 37a78c8

Please sign in to comment.