Move abstract const to rustc_middle::ty

This commit is contained in:
kadmin
2022-07-09 09:35:06 +00:00
parent 8a3325496f
commit e612e2603c
22 changed files with 729 additions and 723 deletions

View File

@@ -92,6 +92,7 @@ pub use self::sty::{
pub use self::trait_def::TraitDef;
pub mod _match;
pub mod abstract_const;
pub mod adjustment;
pub mod binding;
pub mod cast;