@@ -10,8 +10,7 @@ LL | with_signature(cell, t, |cell, t| require(cell, t));
10
10
i32,
11
11
extern "rust-call" fn((std::cell::Cell<&'_#2r ()>, T))
12
12
]
13
- = note: late-bound region ReFree(DefId(0/0:8 ~ projection_one_region_trait_bound_static_closure[317d]::no_relationships_late[0]), BrNamed(crate0:DefIndex(1:16), 'a)) is '_#3r
14
- = note: late-bound region ReFree(DefId(0/0:8 ~ projection_one_region_trait_bound_static_closure[317d]::no_relationships_late[0]), BrNamed(crate0:DefIndex(1:18), T)) is '_#4r
13
+ = note: late-bound region is '_#3r
15
14
16
15
note: No external requirements
17
16
--> $DIR/projection-one-region-trait-bound-static-closure.rs:42:1
@@ -42,7 +41,6 @@ LL | with_signature(cell, t, |cell, t| require(cell, t));
42
41
i32,
43
42
extern "rust-call" fn((std::cell::Cell<&'_#3r ()>, T))
44
43
]
45
- = note: late-bound region ReFree(DefId(0/0:9 ~ projection_one_region_trait_bound_static_closure[317d]::no_relationships_early[0]), BrNamed(crate0:DefIndex(1:22), T)) is '_#4r
46
44
47
45
note: No external requirements
48
46
--> $DIR/projection-one-region-trait-bound-static-closure.rs:50:1
@@ -75,7 +73,6 @@ LL | with_signature(cell, t, |cell, t| require(cell, t));
75
73
i32,
76
74
extern "rust-call" fn((std::cell::Cell<&'_#3r ()>, T))
77
75
]
78
- = note: late-bound region ReFree(DefId(0/0:10 ~ projection_one_region_trait_bound_static_closure[317d]::projection_outlives[0]), BrNamed(crate0:DefIndex(1:26), T)) is '_#4r
79
76
80
77
note: No external requirements
81
78
--> $DIR/projection-one-region-trait-bound-static-closure.rs:59:1
@@ -108,7 +105,6 @@ LL | with_signature(cell, t, |cell, t| require(cell, t));
108
105
i32,
109
106
extern "rust-call" fn((std::cell::Cell<&'_#3r ()>, T))
110
107
]
111
- = note: late-bound region ReFree(DefId(0/0:11 ~ projection_one_region_trait_bound_static_closure[317d]::elements_outlive[0]), BrNamed(crate0:DefIndex(1:30), T)) is '_#4r
112
108
113
109
note: No external requirements
114
110
--> $DIR/projection-one-region-trait-bound-static-closure.rs:78:1
@@ -140,7 +136,6 @@ LL | with_signature(cell, t, |cell, t| require(cell, t));
140
136
i32,
141
137
extern "rust-call" fn((std::cell::Cell<&'_#2r ()>, T))
142
138
]
143
- = note: late-bound region ReFree(DefId(0/0:12 ~ projection_one_region_trait_bound_static_closure[317d]::one_region[0]), BrNamed(crate0:DefIndex(1:33), T)) is '_#3r
144
139
145
140
note: No external requirements
146
141
--> $DIR/projection-one-region-trait-bound-static-closure.rs:87:1
0 commit comments