Files
rust/tests/ui/parser/issues/missing-main-issue-124935-semi-after-item.rs

7 lines
142 B
Rust
Raw Normal View History

// Regression test for issue #124935
// Tests that we still emit an error after an item.
fn main() { }
;
//~^ ERROR expected item, found `;`