Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
library
/
alloc
/
src
/
lib.miri.rs
blob: 89d7f49f55d2e8681dbac71e93f25372d12ace41 [
file
] [
log
] [
blame
]
//! Grep bootstrap for `MIRI_REPLACE_LIBRS_IF_NOT_TEST` to learn what this is about.
#![
no_std
]
extern
crate alloc
as
realalloc
;
pub
use
realalloc
::*;