]> git.lizzy.rs Git - rust.git/blob - src/tools/rustc-std-workspace-core/lib.rs
Auto merge of #58077 - Nemo157:generator-state-debug-info, r=Zoxc
[rust.git] / src / tools / rustc-std-workspace-core / lib.rs
1 #![feature(no_core)]
2 #![no_core]
3 #![deny(rust_2018_idioms)]
4
5 pub use core::*;