2017-12-05 12:15:23 -06:00
warning: not reporting region error due to -Znll
--> $DIR/projection-one-region-trait-bound-closure.rs:48:39
|
2018-02-22 18:42:32 -06:00
LL | with_signature(cell, t, |cell, t| require(cell, t));
2017-12-05 12:15:23 -06:00
| ^^^^^^^
warning: not reporting region error due to -Znll
--> $DIR/projection-one-region-trait-bound-closure.rs:59:39
|
2018-02-22 18:42:32 -06:00
LL | with_signature(cell, t, |cell, t| require(cell, t));
2017-12-05 12:15:23 -06:00
| ^^^^^^^
warning: not reporting region error due to -Znll
--> $DIR/projection-one-region-trait-bound-closure.rs:80:39
|
2018-02-22 18:42:32 -06:00
LL | with_signature(cell, t, |cell, t| require(cell, t));
2017-12-05 12:15:23 -06:00
| ^^^^^^^
note: External requirements
--> $DIR/projection-one-region-trait-bound-closure.rs:48:29
|
2018-02-22 18:42:32 -06:00
LL | with_signature(cell, t, |cell, t| require(cell, t));
2017-12-05 12:15:23 -06:00
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: defining type: DefId(0/1:19 ~ projection_one_region_trait_bound_closure[317d]::no_relationships_late[0]::{{closure}}[0]) with closure substs [
'_#1r,
T,
i32,
extern "rust-call" fn((std::cell::Cell<&'_#2r ()>, T))
]
= note: number of external vids: 3
= note: where '_#1r: '_#2r
2017-10-16 14:07:26 -05:00
error: free region `ReEarlyBound(0, 'b)` does not outlive free region `ReFree(DefId(0/0:8 ~ projection_one_region_trait_bound_closure[317d]::no_relationships_late[0]), BrNamed(crate0:DefIndex(1:16), 'a))`
2017-12-05 12:15:23 -06:00
--> $DIR/projection-one-region-trait-bound-closure.rs:48:20
|
2018-02-22 18:42:32 -06:00
LL | with_signature(cell, t, |cell, t| require(cell, t));
2017-12-05 12:15:23 -06:00
| ^^^^
note: No external requirements
--> $DIR/projection-one-region-trait-bound-closure.rs:44:1
|
2018-02-22 18:42:32 -06:00
LL | / fn no_relationships_late<'a, 'b, T>(cell: Cell<&'a ()>, t: T)
LL | | where
LL | | T: Anything<'b>,
LL | | {
2017-12-05 12:15:23 -06:00
... |
2018-02-22 18:42:32 -06:00
LL | | //~| ERROR does not outlive free region
LL | | }
2017-12-05 12:15:23 -06:00
| |_^
|
= note: defining type: DefId(0/0:8 ~ projection_one_region_trait_bound_closure[317d]::no_relationships_late[0]) with substs [
'_#1r,
T
]
2018-02-22 17:46:02 -06:00
note: External requirements
--> $DIR/projection-one-region-trait-bound-closure.rs:59:29
|
59 | with_signature(cell, t, |cell, t| require(cell, t));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: defining type: DefId(0/1:23 ~ projection_one_region_trait_bound_closure[317d]::no_relationships_early[0]::{{closure}}[0]) with closure substs [
'_#1r,
'_#2r,
T,
i32,
extern "rust-call" fn((std::cell::Cell<&'_#3r ()>, T))
]
= note: number of external vids: 4
= note: where '_#2r: '_#3r
2017-12-05 12:15:23 -06:00
error: free region `ReEarlyBound(1, 'b)` does not outlive free region `ReEarlyBound(0, 'a)`
--> $DIR/projection-one-region-trait-bound-closure.rs:59:20
|
2018-02-22 18:42:32 -06:00
LL | with_signature(cell, t, |cell, t| require(cell, t));
2017-12-05 12:15:23 -06:00
| ^^^^
note: No external requirements
--> $DIR/projection-one-region-trait-bound-closure.rs:54:1
|
2018-02-22 18:42:32 -06:00
LL | / fn no_relationships_early<'a, 'b, T>(cell: Cell<&'a ()>, t: T)
LL | | where
LL | | T: Anything<'b>,
LL | | 'a: 'a,
2017-12-05 12:15:23 -06:00
... |
2018-02-22 18:42:32 -06:00
LL | | //~| ERROR does not outlive free region
LL | | }
2017-12-05 12:15:23 -06:00
| |_^
|
= note: defining type: DefId(0/0:9 ~ projection_one_region_trait_bound_closure[317d]::no_relationships_early[0]) with substs [
'_#1r,
'_#2r,
T
]
2018-02-22 17:46:02 -06:00
note: External requirements
--> $DIR/projection-one-region-trait-bound-closure.rs:80:29
|
80 | with_signature(cell, t, |cell, t| require(cell, t));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: defining type: DefId(0/1:27 ~ projection_one_region_trait_bound_closure[317d]::projection_outlives[0]::{{closure}}[0]) with closure substs [
'_#1r,
'_#2r,
T,
i32,
extern "rust-call" fn((std::cell::Cell<&'_#3r ()>, T))
]
= note: number of external vids: 4
= note: where '_#2r: '_#3r
2017-12-05 12:15:23 -06:00
error: free region `ReEarlyBound(1, 'b)` does not outlive free region `ReEarlyBound(0, 'a)`
--> $DIR/projection-one-region-trait-bound-closure.rs:80:20
|
2018-02-22 18:42:32 -06:00
LL | with_signature(cell, t, |cell, t| require(cell, t));
2017-12-05 12:15:23 -06:00
| ^^^^
note: No external requirements
--> $DIR/projection-one-region-trait-bound-closure.rs:65:1
|
2018-02-22 18:42:32 -06:00
LL | / fn projection_outlives<'a, 'b, T>(cell: Cell<&'a ()>, t: T)
LL | | where
LL | | T: Anything<'b>,
LL | | T::AssocType: 'a,
2017-12-05 12:15:23 -06:00
... |
2018-02-22 18:42:32 -06:00
LL | | //~| ERROR does not outlive free region
LL | | }
2017-12-05 12:15:23 -06:00
| |_^
|
= note: defining type: DefId(0/0:10 ~ projection_one_region_trait_bound_closure[317d]::projection_outlives[0]) with substs [
'_#1r,
'_#2r,
T
]
2018-02-22 17:46:02 -06:00
note: External requirements
--> $DIR/projection-one-region-trait-bound-closure.rs:91:29
|
91 | with_signature(cell, t, |cell, t| require(cell, t));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: defining type: DefId(0/1:31 ~ projection_one_region_trait_bound_closure[317d]::elements_outlive[0]::{{closure}}[0]) with closure substs [
'_#1r,
'_#2r,
T,
i32,
extern "rust-call" fn((std::cell::Cell<&'_#3r ()>, T))
]
= note: number of external vids: 4
= note: where '_#2r: '_#3r
2017-12-05 12:15:23 -06:00
note: No external requirements
--> $DIR/projection-one-region-trait-bound-closure.rs:86:1
|
2018-02-22 18:42:32 -06:00
LL | / fn elements_outlive<'a, 'b, T>(cell: Cell<&'a ()>, t: T)
LL | | where
LL | | T: Anything<'b>,
LL | | 'b: 'a,
2018-02-24 17:01:39 -06:00
LL | | {
2018-02-22 18:42:32 -06:00
LL | | with_signature(cell, t, |cell, t| require(cell, t));
LL | | }
2017-12-05 12:15:23 -06:00
| |_^
|
= note: defining type: DefId(0/0:11 ~ projection_one_region_trait_bound_closure[317d]::elements_outlive[0]) with substs [
'_#1r,
'_#2r,
T
]
2018-02-22 17:46:02 -06:00
note: External requirements
--> $DIR/projection-one-region-trait-bound-closure.rs:103:29
|
103 | with_signature(cell, t, |cell, t| require(cell, t));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: defining type: DefId(0/1:34 ~ projection_one_region_trait_bound_closure[317d]::one_region[0]::{{closure}}[0]) with closure substs [
'_#1r,
T,
i32,
extern "rust-call" fn((std::cell::Cell<&'_#2r ()>, T))
]
= note: number of external vids: 3
= note: where '_#1r: '_#2r
2017-12-05 12:15:23 -06:00
note: No external requirements
2018-02-22 18:42:32 -06:00
--> $DIR/projection-one-region-trait-bound-closure.rs:95:1
|
LL | / fn one_region<'a, T>(cell: Cell<&'a ()>, t: T)
LL | | where
LL | | T: Anything<'a>,
LL | | {
... |
LL | | with_signature(cell, t, |cell, t| require(cell, t));
LL | | }
| |_^
|
= note: defining type: DefId(0/0:12 ~ projection_one_region_trait_bound_closure[317d]::one_region[0]) with substs [
'_#1r,
T
]
2017-12-05 12:15:23 -06:00
error: aborting due to 3 previous errors