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 23e7e78 commit 3b585f1Copy full SHA for 3b585f1
src/test/run-pass/asm-in-moved.rs
@@ -12,6 +12,7 @@
12
//[mir]compile-flags: -Z borrowck=mir
13
14
#![feature(asm)]
15
+#![allow(dead_code)]
16
17
use std::cell::Cell;
18
src/test/run-pass/simple_global_asm.rs
@@ -10,6 +10,7 @@
10
11
#![feature(global_asm)]
#![feature(naked_functions)]
#[cfg(any(target_arch = "x86_64", target_arch = "x86"))]
global_asm!(r#"
0 commit comments