/src/test/run-fail/explicit-fail.rs
Rust | 5 lines | 1 code | 3 blank | 1 comment | 0 complexity | 731c5d491e1d7ccfd19307b21a2b660a MD5 | raw file
1 2 3 4// error-pattern:explicit 5fn main() { fail; }
1 2 3 4// error-pattern:explicit 5fn main() { fail; }