about summary refs log tree commit diff
path: root/src/test/run-fail/panic-macro-any-wrapped.rs
AgeCommit message (Collapse)AuthorLines
2020-05-06Move tests from `test/run-fail` to UIYuki Okushi-5/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2015-03-03Switched to Box::new in many places.Felix S. Klock II-4/+1
Many of the modifications putting in `Box::new` calls also include a pointer to Issue 22405, which tracks going back to `box <expr>` if possible in the future. (Still tried to use `Box<_>` where it sufficed; thus some tests still have `box_syntax` enabled, as they use a mix of `box` and `Box::new`.) Precursor for overloaded-`box` and placement-`in`; see Issue 22181.
2015-01-08fallout: run-fail tests that use box. (many/all could be ported to ↵Felix S. Klock II-0/+3
`Box::new` instead.)
2014-11-11test: Rename files, fail -> panic.Michael Sproul-0/+15