about summary refs log tree commit diff
path: root/library/core/src/lib.miri.rs
blob: 5c1027f20ba07327075c363d34fdaff315482f5c (plain)
1
2
3
4
//! Grep bootstrap for `MIRI_REPLACE_LIBRS_IF_NOT_TEST` to learn what this is about.
#![no_std]
extern crate core as realcore;
pub use realcore::*;