about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-3668.rs
AgeCommit message (Expand)AuthorLines
2018-07-15Move some `compile-fail` tests to `ui`Esteban Küber-24/+0
2017-05-13rustc_resolve: don't deny outer type parameters in embedded constants.Eduard-Mihai Burtescu-1/+1
2016-04-07Fix fallout in testsJeffrey Seyfried-1/+0
2015-02-24rustc_resolve: use the visitor model more, remove redundant repeated lookups.Eduard Burtescu-0/+1
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-02tests: remove uses of Gc.Eduard Burtescu-7/+4
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-4/+6
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-02-07Added tests to make tidyDerek Guenther-1/+2
2014-01-03test: De-`@mut` the test suitePatrick Walton-1/+1
2013-10-23register snapshotsDaniel Micay-0/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-09-30cfail: Remove usage of fmt!Alex Crichton-1/+1
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-1/+1
2013-03-13librustc: Remove implicit self from the language, except for old-style drop b...Patrick Walton-2/+2
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-15Add test cases for #3668Tim Chevalier-0/+13