Sign in
rust
/
rust
/
d7a18fc052d1db50057d6fff023ca4bd8ec7617e
/
.
/
library
/
std
/
src
/
lib.miri.rs
blob: 1f9bfb5b1b5c03545ae827264b75d05e59309938 [
file
] [
log
] [
blame
]
//! 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
::*;