mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 12:10:58 +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() {}
|