2017-12-03 05:16:52 -06:00
|
|
|
note: No external requirements
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/propagate-approximated-fail-no-postdom.rs:43:9
|
2017-11-22 16:39:46 -06:00
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | / |_outlives1, _outlives2, _outlives3, x, y| {
|
|
|
|
LL | | // Only works if 'x: 'y:
|
2018-07-25 08:36:03 -05:00
|
|
|
LL | | let p = x.get();
|
|
|
|
LL | | demand_y(x, y, p) //~ ERROR
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | | },
|
2017-11-22 16:39:46 -06:00
|
|
|
| |_________^
|
|
|
|
|
|
|
|
|
= note: defining type: DefId(0/1:20 ~ propagate_approximated_fail_no_postdom[317d]::supply[0]::{{closure}}[0]) with closure substs [
|
|
|
|
i16,
|
2018-06-10 08:29:43 -05:00
|
|
|
for<'r, 's> extern "rust-call" fn((std::cell::Cell<&'_#1r &ReLateBound(DebruijnIndex(0), BrNamed(crate0:DefIndex(0:0), 'r)) u32>, std::cell::Cell<&'_#2r &ReLateBound(DebruijnIndex(0), BrNamed(crate0:DefIndex(0:0), 'r)) u32>, std::cell::Cell<&ReLateBound(DebruijnIndex(0), BrNamed(crate0:DefIndex(0:0), 's)) &'_#3r u32>, std::cell::Cell<&ReLateBound(DebruijnIndex(0), BrNamed(crate0:DefIndex(0:0), 'r)) u32>, std::cell::Cell<&ReLateBound(DebruijnIndex(0), BrNamed(crate0:DefIndex(0:0), 's)) u32>))
|
2017-11-22 16:39:46 -06:00
|
|
|
]
|
2018-09-07 12:35:16 -05:00
|
|
|
= note: late-bound region is '_#4r
|
|
|
|
= note: late-bound region is '_#5r
|
|
|
|
= note: late-bound region is '_#6r
|
2017-11-22 16:39:46 -06:00
|
|
|
|
2018-12-11 15:49:40 -06:00
|
|
|
error: lifetime may not live long enough
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/propagate-approximated-fail-no-postdom.rs:46:13
|
2018-07-31 07:35:43 -05:00
|
|
|
|
|
|
|
|
LL | |_outlives1, _outlives2, _outlives3, x, y| {
|
|
|
|
| ---------- ---------- has type `std::cell::Cell<&'2 &u32>`
|
|
|
|
| |
|
|
|
|
| has type `std::cell::Cell<&&'1 u32>`
|
|
|
|
...
|
|
|
|
LL | demand_y(x, y, p) //~ ERROR
|
|
|
|
| ^^^^^^^^^^^^^^^^^ argument requires that `'1` must outlive `'2`
|
|
|
|
|
2017-11-22 16:39:46 -06:00
|
|
|
note: No external requirements
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/propagate-approximated-fail-no-postdom.rs:38:1
|
2017-11-22 16:39:46 -06:00
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | / fn supply<'a, 'b, 'c>(cell_a: Cell<&'a u32>, cell_b: Cell<&'b u32>, cell_c: Cell<&'c u32>) {
|
|
|
|
LL | | establish_relationships(
|
|
|
|
LL | | cell_a,
|
|
|
|
LL | | cell_b,
|
2017-11-22 16:39:46 -06:00
|
|
|
... |
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | | );
|
|
|
|
LL | | }
|
2017-11-22 16:39:46 -06:00
|
|
|
| |_^
|
|
|
|
|
|
|
|
|
= note: defining type: DefId(0/0:6 ~ propagate_approximated_fail_no_postdom[317d]::supply[0]) with substs []
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|