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 699d3e4 commit d821286Copy full SHA for d821286
tests/ui/coercion/issue-88097.rs
@@ -3,6 +3,9 @@
3
// behavior has been fixed.
4
5
//@ check-pass
6
+//@ revisions: current next
7
+//@ ignore-compare-mode-next-solver (explicit revisions)
8
+//@[next] compile-flags: -Znext-solver
9
10
fn peculiar() -> impl Fn(u8) -> u8 {
11
return |x| x + 1
0 commit comments