Migrate unstable-in-stable diagnostic

This commit is contained in:
Michael Goulet
2022-06-28 21:26:05 -07:00
parent 34d6f08f4d
commit 934079fd9e
5 changed files with 30 additions and 20 deletions

View File

@@ -31,6 +31,7 @@ extern crate tracing;
extern crate rustc_middle;
pub mod const_eval;
mod errors;
pub mod interpret;
pub mod transform;
pub mod util;