Sign in
fuchsia
/
third_party
/
rust
/
51b51b51d7931da85280382a81c4dd80c73ca754
/
.
/
library
/
core
/
src
/
lib.miri.rs
blob: 5c1027f20ba07327075c363d34fdaff315482f5c [
file
] [
log
] [
blame
]
//! Grep bootstrap for `MIRI_REPLACE_LIBRS_IF_NOT_TEST` to learn what this is about.
#![
no_std
]
extern
crate core
as
realcore
;
pub
use
realcore
::*;