Skip to content

Commit a590b5f

Browse files
committed
Also update tests
1 parent c6b510c commit a590b5f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/ui/traits/next-solver/non-wf-candidate-behind-stalled-coroutine-1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// This previously caused an ICE due to a non–well-formed opaque type
1010
// in a coroutine witness failing the leak check in the next-solver.
1111
//
12-
// In `TypingMode::Analysis`, the problematic type is hidden behind a
12+
// In `TypingMode::Typeck`, the problematic type is hidden behind a
1313
// stalled coroutine candidate. However, in later passes (e.g. MIR
1414
// validation), we eagerly normalize it. The candidate that was
1515
// previously accepted as a solution then fails the leak check, resulting

tests/ui/traits/next-solver/non-wf-candidate-behind-stalled-coroutine-2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// This previously caused an ICE due to a non–well-formed opaque type
1010
// in a coroutine witness failing the leak check in the next-solver.
1111
//
12-
// In `TypingMode::Analysis`, the problematic type is hidden behind a
12+
// In `TypingMode::Typeck`, the problematic type is hidden behind a
1313
// stalled coroutine candidate. However, in later passes (e.g. MIR
1414
// validation), we eagerly normalize it. The candidate that was
1515
// previously accepted as a solution then fails the leak check, resulting

tests/ui/traits/next-solver/non-wf-candidate-behind-stalled-coroutine-3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// This previously caused an ICE due to a non–well-formed opaque type
1010
// in a coroutine witness failing the leak check in the next-solver.
1111
//
12-
// In `TypingMode::Analysis`, the problematic type is hidden behind a
12+
// In `TypingMode::Typeck`, the problematic type is hidden behind a
1313
// stalled coroutine candidate. However, in later passes (e.g. MIR
1414
// validation), we eagerly normalize it. The candidate that was
1515
// previously accepted as a solution then fails the leak check, resulting

0 commit comments

Comments
 (0)