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

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

7 lines
93 B
Rust
Raw Normal View History

fn main() {
|
}
//~^ ERROR expected `|`, found `}`
|
//~^ ERROR expected item, found `|`