2020-01-10 14:13:05 +00:00
|
|
|
note: no external requirements
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/propagate-approximated-fail-no-postdom.rs:43:9
|
2017-11-22 17:39:46 -05:00
|
|
|
|
|
2022-08-31 20:17:32 +02:00
|
|
|
LL | |_outlives1, _outlives2, _outlives3, x, y| {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-11-22 17:39:46 -05:00
|
|
|
|
|
2020-08-31 18:11:44 +01:00
|
|
|
= note: defining type: supply::{closure#0} with closure substs [
|
2017-11-22 17:39:46 -05:00
|
|
|
i16,
|
2023-04-06 22:07:21 -04:00
|
|
|
for<Region(BrAnon(None)), Region(BrAnon(None))> extern "rust-call" fn((std::cell::Cell<&'_#1r &ReLateBound(DebruijnIndex(0), BoundRegion { var: 0, kind: BrAnon(None) }) u32>, std::cell::Cell<&'_#2r &ReLateBound(DebruijnIndex(0), BoundRegion { var: 0, kind: BrAnon(None) }) u32>, std::cell::Cell<&ReLateBound(DebruijnIndex(0), BoundRegion { var: 1, kind: BrAnon(None) }) &'_#3r u32>, std::cell::Cell<&ReLateBound(DebruijnIndex(0), BoundRegion { var: 0, kind: BrAnon(None) }) u32>, std::cell::Cell<&ReLateBound(DebruijnIndex(0), BoundRegion { var: 1, kind: BrAnon(None) }) u32>)),
|
2020-03-13 03:23:38 +02:00
|
|
|
(),
|
2017-11-22 17:39:46 -05:00
|
|
|
]
|
2018-09-07 13:35:16 -04:00
|
|
|
= note: late-bound region is '_#4r
|
|
|
|
= note: late-bound region is '_#5r
|
|
|
|
= note: late-bound region is '_#6r
|
2017-11-22 17:39:46 -05:00
|
|
|
|
2018-12-11 15:49:40 -06:00
|
|
|
error: lifetime may not live long enough
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/propagate-approximated-fail-no-postdom.rs:46:13
|
2018-07-31 14:35:43 +02:00
|
|
|
|
|
|
|
|
LL | |_outlives1, _outlives2, _outlives3, x, y| {
|
2020-09-02 10:40:56 +03:00
|
|
|
| ---------- ---------- has type `Cell<&'2 &'_#3r u32>`
|
2018-07-31 14:35:43 +02:00
|
|
|
| |
|
2020-09-02 10:40:56 +03:00
|
|
|
| has type `Cell<&'_#1r &'1 u32>`
|
2018-07-31 14:35:43 +02:00
|
|
|
...
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | demand_y(x, y, p)
|
2018-07-31 14:35:43 +02:00
|
|
|
| ^^^^^^^^^^^^^^^^^ argument requires that `'1` must outlive `'2`
|
|
|
|
|
2020-01-10 14:13:05 +00:00
|
|
|
note: no external requirements
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/propagate-approximated-fail-no-postdom.rs:38:1
|
2017-11-22 17:39:46 -05:00
|
|
|
|
|
2022-08-31 20:17:32 +02:00
|
|
|
LL | fn supply<'a, 'b, 'c>(cell_a: Cell<&'a u32>, cell_b: Cell<&'b u32>, cell_c: Cell<&'c u32>) {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-11-22 17:39:46 -05:00
|
|
|
|
|
2019-11-30 18:47:21 +02:00
|
|
|
= note: defining type: supply
|
2017-11-22 17:39:46 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|