Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
fb23dd3c6b120f0d2e55e5f2c69a464df7b35fdf
/
.
/
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
::*;