rust/library/rustc-std-workspace-core/lib.rs
2020-07-27 19:51:13 -05:00

5 lines
51 B
Rust

#![feature(no_core)]
#![no_core]
pub use core::*;