Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
library
/
alloc
/
src
/
lib.miri.rs
blob: 89d7f49f55d2e8681dbac71e93f25372d12ace41 [
file
] [
log
] [
blame
] [
edit
]
//! 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
::*;