Skip to content

Commit 74bd73f

Browse files
committed
Make crash test 129109 independent from format_args!().
1 parent dd37150 commit 74bd73f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/crashes/129109.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ extern "C" {
66
}
77

88
fn main() {
9-
println!("C", unsafe { &symbol });
9+
match &unsafe { &symbol } {
10+
_x => {}
11+
}
1012
}

0 commit comments

Comments
 (0)