We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b92d45 commit 04056b5Copy full SHA for 04056b5
tests/ui/coinduction/canonicalization-rerun.rs
@@ -1,6 +1,6 @@
1
// check-pass
2
-// revisions: old new
3
-//[new] compile-flags: -Ztrait-solver=next
+// revisions: old next
+//[next] compile-flags: -Ztrait-solver=next
4
5
// If we use canonical goals during trait solving we have to reevaluate
6
// the root goal of a cycle until we hit a fixpoint.
tests/ui/higher-rank-trait-bounds/issue-95230.new.stderr renamed to tests/ui/higher-rank-trait-bounds/issue-95230.next.stderr
tests/ui/higher-rank-trait-bounds/issue-95230.rs
@@ -1,7 +1,7 @@
//[old] check-pass
-//[new] known-bug: #109764
+//[next] known-bug: #109764
7
pub struct Bar
0 commit comments