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

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

4 lines
103 B
Rust
Raw Normal View History

#![allow(unused_variables)]; //~ ERROR expected item, found `;`
2019-01-13 17:29:32 -08:00
fn foo() {}
//~^ ERROR `main` function