Skip to content

Commit

Permalink
add lib.miri.rs file for miri-test-libstd
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Apr 6, 2024
1 parent d8ab794 commit 86f7fb5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib.miri.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//! Grep bootstrap for `MIRI_REPLACE_LIBRS_IF_NOT_TEST` to learn what this is about.
#![no_std]
#![feature(rustc_private)]
extern crate compiler_builtins as real;
pub use real::*;

0 comments on commit 86f7fb5

Please sign in to comment.