1 2 3 4 5
struct Foo<T: ?Hash> {} //~^ ERROR expected trait, found derive macro `Hash` //~| ERROR bound modifier `?` can only be applied to `Sized` fn main() {}