about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-2356.rs
AgeCommit message (Collapse)AuthorLines
2016-12-26Move some compile-fail tests into UI directoryVadim Petrochenkov-109/+0
2016-09-26Update E0425, E0446, E0449Jonathan Turner-2/+16
2016-08-20Update E0424 to the new error formatJohannes Löthberg-1/+3
Fixes #35797. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-06-02Improve help messages for E0425ggomez-1/+1
2016-05-23Don't suggest using fields in a static methodggomez-2/+5
2015-12-11Make name resolution errors non-fatalNick Cameron-2/+2
2015-02-24rustc_resolve: don't handle impl items as if they were modules.Eduard Burtescu-7/+7
2015-01-08Update compile fail tests to use usize.Huon Wilson-2/+2
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2014-11-30Adjust some error messages to start with a lowercase letter and not finish ↵P1start-3/+3
with a full stop
2014-05-14rustc: Improve error messages for resolve failures.Kevin Butler-4/+75
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-2/+2
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-10Convert class methods to impl methods. Stop parsing class methodsBrian Anderson-0/+5
2012-09-07Convert field terminators to commas. Stop parsing semis.Brian Anderson-1/+1
2012-08-25Add test case for #2356Tim Chevalier-0/+4