1
Fork 0

move representability out of rustc_middle

This commit is contained in:
lcnr 2021-04-27 15:01:37 +02:00
parent 22b686ad99
commit b3629d21ba
6 changed files with 194 additions and 191 deletions

View file

@ -20,6 +20,7 @@ use rustc_middle::ty::query::Providers;
mod common_traits;
pub mod instance;
mod needs_drop;
pub mod representability;
mod ty;
pub fn provide(providers: &mut Providers) {