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