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

9 lines
106 B
Rust
Raw Normal View History

2020-07-02 00:32:12 -05:00
// run-rustfix
pub struct Struct {
pub a: usize,
}
//~^ ERROR expected item, found `;`
fn main() {}