mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-21 14:43:41 +00:00
7 lines
160 B
Rust
7 lines
160 B
Rust
// Test that we do some basic error correction in the tokeniser (and don't ICE).
|
|
|
|
fn main() {
|
|
if foo {
|
|
) //~ ERROR: mismatched closing delimiter: `)`
|
|
}
|