We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5ab078 commit de8bc3fCopy full SHA for de8bc3f
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