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 c242f59 commit 7714c80Copy full SHA for 7714c80
builtins-test-intrinsics/src/main.rs
@@ -14,6 +14,8 @@
14
#![no_std]
15
#![no_main]
16
17
+// Ensure this `compiler_builtins` gets used, rather than the version injected from the sysroot.
18
+extern crate compiler_builtins;
19
extern crate panic_handler;
20
21
#[cfg(all(not(thumb), not(windows), not(target_arch = "wasm32")))]
0 commit comments