Sign in
rust
/
rust
/
c5a12fbd0d71fc798e9c8fdda7ed6deeaf7afc28
/
.
/
library
/
alloc
/
src
/
lib.miri.rs
blob: 89d7f49f55d2e8681dbac71e93f25372d12ace41 [
file
]
//! 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
::*;