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 9a0af16 commit c0e474dCopy full SHA for c0e474d
src/test/compile-fail/where-equality-constraints.rs
@@ -10,7 +10,7 @@
10
11
fn f() where u8 = u16 {}
12
//~^ ERROR equality constraints are not yet supported in where clauses
13
-fn g() where for<'a> &(u8,) == u16, {}
+fn g() where for<'a> &'static (u8,) == u16, {}
14
15
16
fn main() {}
0 commit comments