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