Skip to content

Commit

Permalink
Fix definition of LocalUseMapBuild so that it can build under stage0,
Browse files Browse the repository at this point in the history
which does not have as many feature gates enabled.
  • Loading branch information
pnkfelix committed Aug 28, 2018
1 parent 09feec6 commit 8d231ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ impl LocalUseMap<'me> {
}
}

struct LocalUseMapBuild<'me, 'map> {
struct LocalUseMapBuild<'me, 'map: 'me> {
local_use_map: &'me mut LocalUseMap<'map>,
elements: &'me RegionValueElements,
}
Expand Down

0 comments on commit 8d231ec

Please sign in to comment.