Closed
Description
Discovered in mozilla/cbindgen#665, breaks on https://github.com/japaric/cast.rs. Minimal example:
trait Foo {
fn bar(i32) -> i32;
}
error: Syn unable to parse file
--> test.rs:2:14
|
2 | fn bar(i32) -> i32;
| ^ expected `:`
Metadata
Metadata
Assignees
Labels
No labels