mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-31 07:37:30 +00:00
5 lines
94 B
Rust
5 lines
94 B
Rust
fn main() {
|
|
foo! (
|
|
bar, "baz", 1, 2.0
|
|
} //~ ERROR incorrect close delimiter
|
|
}
|