Sign in
fuchsia
/
third_party
/
rust
/
upstream/beta
/
.
/
tests
/
ui
/
sized
/
relaxing-default-bound-error-37534.rs
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
()
{}