rust/library/rustc-std-workspace-core/lib.rs

5 lines
51 B
Rust

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