Sign in
fuchsia
/
third_party
/
rust
/
2d51acd2fbcbadb6f30709c5dd305494d413d388
/
.
/
tests
/
ui
/
issues
/
issue-37534.rs
blob: 09d60b7786b994a690ad48c01b4201cb4bb169b0 [
file
] [
log
] [
blame
]
struct
Foo
<
T
:
?
Hash
>
{}
//~^ ERROR expected trait, found derive macro `Hash`
//~| ERROR relaxing a default bound only does something for `?Sized`
fn
main
()
{}