mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-15 02:46:12 +00:00
7 lines
174 B
Rust
7 lines
174 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() {}
|