Sign in
rust
/
rust
/
aed54f219eccbd4f3cb3ecd89acdc0d9eeb2bceb
/
.
/
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
::*;