]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #51096 - matthewjasper:reverse-normalization-bounds, r=nikomatsakis
authorbors <bors@rust-lang.org>
Thu, 31 May 2018 22:58:37 +0000 (22:58 +0000)
committerbors <bors@rust-lang.org>
Thu, 31 May 2018 22:58:37 +0000 (22:58 +0000)
Register outlives predicates from queries the right way around.

Closes #49354
The region constraints from queries need to be reversed from sub to outlives.

Note: wf checking reports these errors before NLL, so I'm not sure if there's any case when these predicates need to be created at all.

cc @nikomatsakis


Trivial merge