Merge pull request #586 from RalfJung/lib.miri.rs

add lib.miri.rs file for miri-test-libstd
This commit is contained in:
Amanieu d'Antras 2024-04-10 13:02:03 +02:00 committed by GitHub
commit 73c95f89bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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::*;