]> git.lizzy.rs Git - rust.git/blob - src/test/run-fail/panic.rs
Rollup merge of #56044 - matthewjasper:function-param-drop-order, r=cramertj
[rust.git] / src / test / run-fail / panic.rs
1 // error-pattern:1 == 2
2 fn main() {
3     assert!(1 == 2);
4 }