Skip to content

Commit 7714c80

Browse files
committed
sysroot-builtins
1 parent c242f59 commit 7714c80

File tree

1 file changed

+2
-0
lines changed
  • builtins-test-intrinsics/src

1 file changed

+2
-0
lines changed

builtins-test-intrinsics/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
#![no_std]
1515
#![no_main]
1616

17+
// Ensure this `compiler_builtins` gets used, rather than the version injected from the sysroot.
18+
extern crate compiler_builtins;
1719
extern crate panic_handler;
1820

1921
#[cfg(all(not(thumb), not(windows), not(target_arch = "wasm32")))]

0 commit comments

Comments
 (0)