rename const checking visitor module to check_consts::check

This commit is contained in:
Ralf Jung
2021-07-24 13:16:59 +02:00
parent 1c66d11a34
commit 35d4d4ca14
4 changed files with 3 additions and 3 deletions

View File

@@ -13,11 +13,11 @@ use rustc_span::Symbol;
pub use self::qualifs::Qualif;
pub mod check;
mod ops;
pub mod post_drop_elaboration;
pub mod qualifs;
mod resolver;
pub mod validation;
/// Information about the item currently being const-checked, as well as a reference to the global
/// context.