Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-37534.rs
blob: 40f7186db098ec23c63da328c7b8669f3c8194a8 [
file
] [
log
] [
blame
] [
edit
]
struct
Foo
<
T
:
?
Hash
>
{}
//~^ ERROR expected trait, found derive macro `Hash`
//~^^ ERROR parameter `T` is never used
//~^^^ WARN relaxing a default bound only does something for `?Sized`
fn
main
()
{}