1
Fork 0

Delete old re-exports from rustc_smir

This approach didn't seem to work well.
This commit is contained in:
Celina G. Val 2023-03-03 16:56:07 -08:00
parent 7a809ce899
commit 40185dba54
3 changed files with 0 additions and 41 deletions

View file

@ -13,7 +13,3 @@
#![cfg_attr(not(feature = "default"), feature(rustc_private))]
#![deny(rustc::untranslatable_diagnostic)]
#![deny(rustc::diagnostic_outside_of_impl)]
pub mod mir;
pub mod very_unstable;