Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
library
/
std
/
src
/
lib.miri.rs
blob: 1f9bfb5b1b5c03545ae827264b75d05e59309938 [
file
]
//! Grep bootstrap for `MIRI_REPLACE_LIBRS_IF_NOT_TEST` to learn what this is about.
#![
no_std
]
extern
crate std
as
realstd
;
pub
use
realstd
::*;