mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
5 lines
59 B
Rust
5 lines
59 B
Rust
// error-pattern:1 == 2
|
|
fn main() {
|
|
assert!(1 == 2);
|
|
}
|