Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
library
/
std
/
src
/
lib.miri.rs
blob: 1f9bfb5b1b5c03545ae827264b75d05e59309938 [
file
] [
log
] [
blame
] [
edit
]
//! 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
::*;