1
Fork 0

Create new rustc_smir struct to map future crates

+ Add some information to the README.md
This commit is contained in:
Celina G. Val 2023-03-03 17:08:49 -08:00
parent 40185dba54
commit b66db7e4e0
9 changed files with 271 additions and 27 deletions

View file

@ -11,5 +11,9 @@
test(attr(allow(unused_variables), deny(warnings)))
)]
#![cfg_attr(not(feature = "default"), feature(rustc_private))]
#![deny(rustc::untranslatable_diagnostic)]
#![deny(rustc::diagnostic_outside_of_impl)]
pub mod rustc_internal;
pub mod stable_mir;
// Make this module private for now since external users should not call these directly.
mod rustc_smir;