rust/tests/ui/parser/issues/issue-46186.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
107 B
Rust
Raw Normal View History

2020-07-02 14:32:12 +09:00
// run-rustfix
pub struct Struct {
pub a: usize,
2019-01-13 17:29:32 -08:00
};
//~^ ERROR expected item, found `;`
2017-11-25 19:26:47 -07:00
fn main() {}