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 05:32:12 +00:00
// run-rustfix
pub struct Struct {
pub a: usize,
2019-01-14 01:29:32 +00:00
};
//~^ ERROR expected item, found `;`
2017-11-26 02:26:47 +00:00
fn main() {}