mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-07 12:47:29 +00:00

The check previously matched this, and suggested adding a missing `struct`: pub Foo(...): It was probably intended to match this instead (semicolon instead of colon): pub Foo(...);