rust/src/test/run-fail/explicit-fail.rs

5 lines
48 B
Rust

// error-pattern:explicit
fn main() { fail; }