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 8056dd4Copy full SHA for 8056dd4
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
0 commit comments