Skip to content

Commit 63976cb

Browse files
authored
Merge pull request #586 from RalfJung/lib.miri.rs
add lib.miri.rs file for miri-test-libstd
2 parents 3f47913 + b936822 commit 63976cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lib.miri.rs

+5
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)