about summary refs log tree commit diff
path: root/src/test/run-fail/explicit-fail.rs
blob: 396f12d5caf51cb4a0d9f01c8947fb3c89e797ae (plain)
1
2
3
4
5
// error-pattern:explicit
fn main() { fail; }