Skip to content

Commit b936822

Browse files
RalfJungAmanieu
authored andcommitted
add lib.miri.rs file for miri-test-libstd
1 parent 3f47913 commit b936822

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)