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