We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bbb9b8 commit 4b724e8Copy full SHA for 4b724e8
src/test/ui/consts/const_discriminant.rs
@@ -1,5 +1,6 @@
1
// run-pass
2
#![feature(const_discriminant)]
3
+#![allow(dead_code)]
4
5
use std::mem::{discriminant, Discriminant};
6
0 commit comments