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 25c2191 commit 805b4a8Copy full SHA for 805b4a8
1 file changed
tests/run-make/mir-opt-bisect-limit/main.rs
@@ -1,4 +1,5 @@
1
#![crate_type = "lib"]
2
+#![no_std]
3
4
#[inline(never)]
5
pub fn callee(x: u64) -> u64 {
0 commit comments