]> git.lizzy.rs Git - rust.git/blob - src/tools/rustc-std-workspace-core/lib.rs
Rollup merge of #62737 - timvermeulen:cycle_try_fold, r=scottmcm
[rust.git] / src / tools / rustc-std-workspace-core / lib.rs
1 #![feature(no_core)]
2 #![no_core]
3
4 pub use core::*;