summary refs log tree commit diff
path: root/src/test/ui/issues/issue-43196.rs
blob: 81e5205ce330d2e245475ef315f4045d896b73af (plain)
1
2
3
4
5
6
7
fn main() {
    |
}
//~^ ERROR expected `|`, found `}`
|
//~^ ERROR expected item, found `|`