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

6 lines
94 B
Rust
Raw Normal View History

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