about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-53675-a-test-called-panic.rs
AgeCommit message (Collapse)AuthorLines
2021-01-31Move some tests to more reasonable directoriesCaio-36/+0
2019-11-04Use check-pass in ui tests where appropriateTomasz Miąsko-1/+1
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2018-09-15Regression test for rust-lang/rust#53675.Felix S. Klock II-0/+36
(Includes a couple variations on the theme. I confirmed that the ones in `in_expression_position` and `what_if_we_use_panic_directly_in_expr` both failed back on "rustc 1.30.0-nightly (0f063aef6 2018-09-03)".)