mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
Fix definition of LocalUseMapBuild
so that it can build under stage0,
which does not have as many feature gates enabled.
This commit is contained in:
parent
09feec6d5c
commit
8d231ec872
@ -97,7 +97,7 @@ impl LocalUseMap<'me> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
struct LocalUseMapBuild<'me, 'map> {
|
struct LocalUseMapBuild<'me, 'map: 'me> {
|
||||||
local_use_map: &'me mut LocalUseMap<'map>,
|
local_use_map: &'me mut LocalUseMap<'map>,
|
||||||
elements: &'me RegionValueElements,
|
elements: &'me RegionValueElements,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user