Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
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
::*;