about summary refs log tree commit diff
path: root/tests/ui/parser/deli-ident-issue-2.rs
blob: 419933c68ad69dc876847d6ba489f335b7a9b03b (plain)
1
2
3
4
5
6
7
fn main() {
    if 1 < 2 {
        let _a = vec!];
    }
} //~ ERROR unexpected closing delimiter

fn main() {}