Sign in
rust
/
rust
/
2d3dfece0346f805c6d4fa86c2e8a20ca3eef6ca
/
.
/
tests
/
ui
/
parser
/
impl-parsing.rs
blob: 7692a81dd42cd17334e266f377c2b0fc3f0759d5 [
file
]
impl
!
{}
// OK
impl
!
where u8
:
Copy
{}
// OK
impl
Trait
Type
{}
//~ ERROR missing `for` in a trait impl
impl
?
Sized
for
Type
{}
//~ ERROR expected a trait, found type