Closed
Description
trait Foo {
type Bar: ;
}
This is accepted by the compiler but is rejected by syn
with the message "expected identifier" (playground).
Metadata
Metadata
Assignees
Labels
No labels
trait Foo {
type Bar: ;
}
This is accepted by the compiler but is rejected by syn
with the message "expected identifier" (playground).
Activity
dtolnay commentedon Mar 9, 2021
Fixed in 1.0.63.
46 remaining items