blob: c03d04d5fee5030ad6b804dbcf7f9f8a1e573d48 [file] [log] [blame]
fn code<T>() -> u8
wheree
//~^ ERROR expected one of
T: Debug,
{
}
fn main() {}