@@ -9,12 +9,12 @@ note: ...which requires borrow-checking `cycle1`...
99 |
1010LL | fn cycle1() -> impl Clone {
1111 | ^^^^^^^^^^^^^^^^^^^^^^^^^
12- note: ...which requires processing `cycle1`...
12+ note: ...which requires processing MIR for `cycle1`...
1313 --> $DIR/auto-trait-leak.rs:12:1
1414 |
1515LL | fn cycle1() -> impl Clone {
1616 | ^^^^^^^^^^^^^^^^^^^^^^^^^
17- note: ...which requires processing MIR for `cycle1`...
17+ note: ...which requires preparing `cycle1` for borrow checking ...
1818 --> $DIR/auto-trait-leak.rs:12:1
1919 |
2020LL | fn cycle1() -> impl Clone {
@@ -50,12 +50,12 @@ note: ...which requires borrow-checking `cycle2`...
5050 |
5151LL | fn cycle2() -> impl Clone {
5252 | ^^^^^^^^^^^^^^^^^^^^^^^^^
53- note: ...which requires processing `cycle2`...
53+ note: ...which requires processing MIR for `cycle2`...
5454 --> $DIR/auto-trait-leak.rs:19:1
5555 |
5656LL | fn cycle2() -> impl Clone {
5757 | ^^^^^^^^^^^^^^^^^^^^^^^^^
58- note: ...which requires processing MIR for `cycle2`...
58+ note: ...which requires preparing `cycle2` for borrow checking ...
5959 --> $DIR/auto-trait-leak.rs:19:1
6060 |
6161LL | fn cycle2() -> impl Clone {
0 commit comments