]> git.lizzy.rs Git - rust.git/blob - lib.rs
c38a8d2f204e4126cf9a2ecad1d653c0748e9ca7
[rust.git] / 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::*;