Move naive_layout_of
query provider in separate sibling module
This commit is contained in:
parent
8e28729a82
commit
bf2f8ff2ec
4 changed files with 253 additions and 230 deletions
|
@ -31,6 +31,7 @@ mod errors;
|
|||
mod implied_bounds;
|
||||
pub mod instance;
|
||||
mod layout;
|
||||
mod layout_naive;
|
||||
mod layout_sanity_check;
|
||||
mod needs_drop;
|
||||
mod opaque_types;
|
||||
|
@ -47,6 +48,7 @@ pub fn provide(providers: &mut Providers) {
|
|||
consts::provide(providers);
|
||||
implied_bounds::provide(providers);
|
||||
layout::provide(providers);
|
||||
layout_naive::provide(providers);
|
||||
needs_drop::provide(providers);
|
||||
opaque_types::provide(providers);
|
||||
representability::provide(providers);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue