blob: f2349144b88ae7042edfd52551eeb29483fb450f [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() {}