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 7778817 commit 1cdf9d3Copy full SHA for 1cdf9d3
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