@@ -9,12 +9,12 @@ note: ...which requires borrow-checking `cycle1`...
9
9
|
10
10
LL | fn cycle1() -> impl Clone {
11
11
| ^^^^^^^^^^^^^^^^^^^^^^^^^
12
- note: ...which requires processing `cycle1`...
12
+ note: ...which requires processing MIR for `cycle1`...
13
13
--> $DIR/auto-trait-leak.rs:12:1
14
14
|
15
15
LL | fn cycle1() -> impl Clone {
16
16
| ^^^^^^^^^^^^^^^^^^^^^^^^^
17
- note: ...which requires processing MIR for `cycle1`...
17
+ note: ...which requires preparing `cycle1` for borrow checking ...
18
18
--> $DIR/auto-trait-leak.rs:12:1
19
19
|
20
20
LL | fn cycle1() -> impl Clone {
@@ -50,12 +50,12 @@ note: ...which requires borrow-checking `cycle2`...
50
50
|
51
51
LL | fn cycle2() -> impl Clone {
52
52
| ^^^^^^^^^^^^^^^^^^^^^^^^^
53
- note: ...which requires processing `cycle2`...
53
+ note: ...which requires processing MIR for `cycle2`...
54
54
--> $DIR/auto-trait-leak.rs:19:1
55
55
|
56
56
LL | fn cycle2() -> impl Clone {
57
57
| ^^^^^^^^^^^^^^^^^^^^^^^^^
58
- note: ...which requires processing MIR for `cycle2`...
58
+ note: ...which requires preparing `cycle2` for borrow checking ...
59
59
--> $DIR/auto-trait-leak.rs:19:1
60
60
|
61
61
LL | fn cycle2() -> impl Clone {
0 commit comments