Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
ui
/
issues
/
issue-37534.rs
blob: 63f6479ae2e24fc178a2c50c5e7ce17bc63b5543 [
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
()
{}