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.
2 parents ee3aac6 + bf0ce31 commit 73c95f8Copy full SHA for 73c95f8
library/compiler-builtins/src/lib.miri.rs
@@ -0,0 +1,5 @@
1
+//! Grep bootstrap for `MIRI_REPLACE_LIBRS_IF_NOT_TEST` to learn what this is about.
2
+#![no_std]
3
+#![feature(rustc_private)]
4
+extern crate compiler_builtins as real;
5
+pub use real::*;
0 commit comments