Skip to content

Commit 805b4a8

Browse files
committed
fix mir-opt-bisect-limit test
1 parent 25c2191 commit 805b4a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • tests/run-make/mir-opt-bisect-limit

tests/run-make/mir-opt-bisect-limit/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![crate_type = "lib"]
2+
#![no_std]
23

34
#[inline(never)]
45
pub fn callee(x: u64) -> u64 {

0 commit comments

Comments
 (0)