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