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 f979cd1 commit d55a9a2Copy full SHA for d55a9a2
tests/test/ambiguity_issue_727.rs
@@ -95,7 +95,7 @@ fn issue_727_2() {
95
} yields[SolverChoice::slg_default()] {
96
expect![["Unique"]]
97
} yields[SolverChoice::recursive_default()] {
98
- expect![["Unique"]]
+ expect![[r#"Ambiguous; no inference guidance"#]] // FIXME rust-lang/chalk#727
99
}
100
);
101
0 commit comments