blob: 5aca030908bfa124daf3ad986760c2d561360031 [file]
// issue: <https://github.com/rust-lang/rust/issues/37534>
struct Foo<T: ?Hash> {} //~ ERROR expected trait, found derive macro `Hash`
fn main() {}