Sign in
rust
/
rust
/
a89a5aa89b594ca2019ba81bc46bcf4fa7875fef
/
.
/
library
/
core
/
src
/
lib.miri.rs
blob: 5c1027f20ba07327075c363d34fdaff315482f5c [
file
]
//! 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
::*;