about summary refs log tree commit diff
path: root/src/test/run-fail/unique-panic.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2016-06-06run rustfmt on test/run-fail folderSrinivas Reddy Thatiparthy-1/+3
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/+4
`Box::new` instead.)
2014-11-11test: Rename files, fail -> panic.Michael Sproul-0/+12