summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/issues/issue-43196.rs
blob: 0eefa01ce6de39db7a2bd5ea67fe5e65e5e5dbc0 (plain)
1
2
3
4
5
6
fn main() {
    |
}
//~^ ERROR expected `|`, found `}`
|
//~^ ERROR expected item, found `|`