rust/crates/syntax/test_data/parser/err/0023_mismatched_paren.rs

6 lines
94 B
Rust
Raw Normal View History

2018-09-08 09:28:53 +02:00
fn main() {
foo! (
bar, "baz", 1, 2.0
} //~ ERROR incorrect close delimiter
}