Skip to content

Commit 04056b5

Browse files
committed
update revision names
1 parent 6b92d45 commit 04056b5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

tests/ui/coinduction/canonicalization-rerun.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// check-pass
2-
// revisions: old new
3-
//[new] compile-flags: -Ztrait-solver=next
2+
// revisions: old next
3+
//[next] compile-flags: -Ztrait-solver=next
44

55
// If we use canonical goals during trait solving we have to reevaluate
66
// the root goal of a cycle until we hit a fixpoint.

tests/ui/higher-rank-trait-bounds/issue-95230.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// revisions: old new
2-
//[new] compile-flags: -Ztrait-solver=next
1+
// revisions: old next
2+
//[next] compile-flags: -Ztrait-solver=next
33
//[old] check-pass
4-
//[new] known-bug: #109764
4+
//[next] known-bug: #109764
55

66

77
pub struct Bar

0 commit comments

Comments
 (0)