rust/src/test/compile-fail/die-not-unique.rs

6 lines
68 B
Rust

// error-pattern:mismatched types
fn main() {
fail!("test");
}