mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-26 23:32:33 +00:00
7 lines
173 B
Rust
7 lines
173 B
Rust
// Regression test for #62894, shouldn't crash.
|
|
// error-pattern: this file contains an unclosed delimiter
|
|
|
|
fn f() { assert_eq!(f(), (), assert_eq!(assert_eq!
|
|
|
|
fn main() {}
|