rust/tests/ui/parser/issues/issue-98601-delimiter-error-unexpected-close.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
93 B
Rust
Raw Normal View History

2023-09-21 14:56:17 +00:00
fn main() {
todo!();
}
fn other(_: i32)) {} //~ ERROR unexpected closing delimiter: `)`