Skip to content

Commit

Permalink
Merge pull request #586 from RalfJung/lib.miri.rs
Browse files Browse the repository at this point in the history
add lib.miri.rs file for miri-test-libstd
  • Loading branch information
Amanieu authored Apr 10, 2024
2 parents 3f47913 + b936822 commit 63976cb
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 63976cb

Please sign in to comment.