Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
ui
/
sized
/
relaxing-default-bound-error-37534.rs
blob: d30e9f92ce9fbfac591e86947907538566b1909b [
file
] [
log
] [
blame
]
struct
Foo
<
T
:
?
Hash
>
{}
//~^ ERROR expected trait, found derive macro `Hash`
//~| ERROR bound modifier `?` can only be applied to `Sized`
fn
main
()
{}
// https://github.com/rust-lang/rust/issues/37534