]> git.lizzy.rs Git - rust.git/blob - library/rustc-std-workspace-alloc/lib.rs
Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484' into sync_cg_clif-2020-12-27
[rust.git] / library / rustc-std-workspace-alloc / lib.rs
1 #![feature(no_core)]
2 #![no_core]
3
4 // See rustc-std-workspace-core for why this crate is needed.
5
6 // Rename the crate to avoid conflicting with the alloc module in liballoc.
7 extern crate alloc as foo;
8
9 pub use foo::*;