We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf40d8 commit cef3aa0Copy full SHA for cef3aa0
src/test/run-pass/panic-uninitialized-zeroed.rs
@@ -15,6 +15,7 @@
15
16
use std::{mem, panic};
17
18
+#[allow(dead_code)]
19
struct Foo {
20
x: u8,
21
y: !,
0 commit comments