borrowck nested items in dead code
This commit is contained in:
@@ -29,10 +29,10 @@ mod implied_bounds;
|
||||
mod instance;
|
||||
mod layout;
|
||||
mod needs_drop;
|
||||
mod nested_bodies;
|
||||
mod opaque_types;
|
||||
mod representability;
|
||||
pub mod sig_types;
|
||||
mod stalled_generators;
|
||||
mod structural_match;
|
||||
mod ty;
|
||||
|
||||
@@ -51,5 +51,5 @@ pub fn provide(providers: &mut Providers) {
|
||||
ty::provide(providers);
|
||||
instance::provide(providers);
|
||||
structural_match::provide(providers);
|
||||
stalled_generators::provide(providers);
|
||||
nested_bodies::provide(providers);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user