We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd37150 commit 74bd73fCopy full SHA for 74bd73f
tests/crashes/129109.rs
@@ -6,5 +6,7 @@ extern "C" {
6
}
7
8
fn main() {
9
- println!("C", unsafe { &symbol });
+ match &unsafe { &symbol } {
10
+ _x => {}
11
+ }
12
0 commit comments