blob: 8828f09d92d333d548a320d148ca66140dce8f51 [file] [log] [blame]
fn f() where u8 = u16 {}
//~^ ERROR equality constraints are not yet supported in `where` clauses
fn g() where for<'a> &'static (u8,) == u16, {}
//~^ ERROR equality constraints are not yet supported in `where` clauses
fn main() {}