rust/src/test/ui/assert-eq-trailing-comma.rs
2019-07-27 18:56:16 +03:00

6 lines
50 B
Rust

// run-pass
fn main() {
assert_eq!(1, 1,);
}