move representability
out of rustc_middle
This commit is contained in:
parent
22b686ad99
commit
b3629d21ba
6 changed files with 194 additions and 191 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue