rustc_std_workspace_core/
lib.rs

1#![feature(no_core)]
2#![no_core]
3
4pub use core::*;