We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f47913 + b936822 commit 63976cbCopy full SHA for 63976cb
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