We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 096632b commit 3a5584eCopy full SHA for 3a5584e
builtins-test-intrinsics/src/main.rs
@@ -5,7 +5,8 @@
5
6
#![allow(unused_features)]
7
#![allow(internal_features)]
8
-#![deny(dead_code)]
+// #![deny(dead_code)]
9
+#![allow(unused)]
10
#![feature(allocator_api)]
11
#![feature(f128)]
12
#![feature(f16)]
0 commit comments