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