]> git.lizzy.rs Git - rust.git/commit
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)
commitefc508ba4ce9bc0ac3570436b3400c6e0b0f1dfb
tree04b94ccb71457ed95c2e2a8c747ac4a5ae85340d
parent1ffb321477d85fb3c95a0be2a0cd89c04dff0d8d
parentb83daea479ceee19445058001ed0a6412ec25889
Auto merge of #51096 - matthewjasper:reverse-normalization-bounds, r=nikomatsakis

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