]> git.lizzy.rs Git - rust.git/blob - src/test/run-fail/issue-12920.rs
Rollup merge of #65591 - GuillaumeGomez:long-err-explanation-E0588, r=Dylan-DPC
[rust.git] / src / test / run-fail / issue-12920.rs
1 // error-pattern:explicit panic
2
3 pub fn main() {
4     panic!();
5     println!("{}", 1);
6 }