11note: external requirements
2- --> $DIR/propagate-approximated-fail-no-postdom.rs:44 :9
2+ --> $DIR/propagate-approximated-fail-no-postdom.rs:43 :9
33 |
44LL | |_outlives1, _outlives2, _outlives3, x, y| {
55 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -19,15 +19,15 @@ LL | |_outlives1, _outlives2, _outlives3, x, y| {
1919 = note: where '?1: '?3
2020
2121note: no external requirements
22- --> $DIR/propagate-approximated-fail-no-postdom.rs:37 :1
22+ --> $DIR/propagate-approximated-fail-no-postdom.rs:36 :1
2323 |
2424LL | fn supply<'a, 'b, 'c>(cell_a: Cell<&'a u32>, cell_b: Cell<&'b u32>, cell_c: Cell<&'c u32>) {
2525 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2626 |
2727 = note: defining type: supply
2828
2929error: lifetime may not live long enough
30- --> $DIR/propagate-approximated-fail-no-postdom.rs:40 :5
30+ --> $DIR/propagate-approximated-fail-no-postdom.rs:39 :5
3131 |
3232LL | fn supply<'a, 'b, 'c>(cell_a: Cell<&'a u32>, cell_b: Cell<&'b u32>, cell_c: Cell<&'c u32>) {
3333 | -- -- lifetime `'c` defined here
@@ -49,7 +49,7 @@ LL | | );
4949 = help: see <https://doc.rust-lang.org/nomicon/subtyping.html> for more information about variance
5050
5151error: lifetime may not live long enough
52- --> $DIR/propagate-approximated-fail-no-postdom.rs:40 :5
52+ --> $DIR/propagate-approximated-fail-no-postdom.rs:39 :5
5353 |
5454LL | fn supply<'a, 'b, 'c>(cell_a: Cell<&'a u32>, cell_b: Cell<&'b u32>, cell_c: Cell<&'c u32>) {
5555 | -- -- lifetime `'c` defined here
0 commit comments