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 ceea0c0 commit f5f8134Copy full SHA for f5f8134
compiler/rustc_codegen_cranelift/example/example.rs
@@ -1,6 +1,6 @@
1
#![feature(no_core, unboxed_closures)]
2
#![no_core]
3
-#![allow(dead_code)]
+#![allow(dead_code, redundant_transmutation)]
4
5
extern crate mini_core;
6
compiler/rustc_codegen_gcc/example/example.rs
0 commit comments