]> git.lizzy.rs Git - rust.git/commit
bless polonius output of test ui/nll/outlives-suggestion-simple.rs
authorRemy Rakic <remy.rakic@gmail.com>
Mon, 2 Dec 2019 17:44:23 +0000 (18:44 +0100)
committerRemy Rakic <remy.rakic@gmail.com>
Fri, 6 Dec 2019 10:50:02 +0000 (11:50 +0100)
commit695640816a48098efaddc83d1abaa9edcc4fd109
tree0ba28985aeb937e599437f0427df6d4bf9ff3561
parent67b04d5f641efe6bc0dd989d0a2747c210c134eb
bless polonius output of test ui/nll/outlives-suggestion-simple.rs

The polonius output has one more error which should be displayed
in the regular case, but error reporting in the regular case stopped
at the first error.

Admittedly it would be nice to combine suggestions for the same source
lifetime so that `'a: 'b` and `'a: 'c` are not bothsuggested, but instead
a single `'a: 'b + 'c` is.
src/test/ui/nll/outlives-suggestion-simple.polonius.stderr [new file with mode: 0644]