blob: 1e67e9a815830b0c14ea7d97b3a74d5e775f9e2a [file] [log] [blame]
struct Foo<T: ?Hash> { }
//~^ ERROR expected trait, found derive macro `Hash`
//~^^ ERROR parameter `T` is never used
//~^^^ WARN default bound relaxed for a type parameter, but this does nothing
fn main() { }