summary refs log tree commit diff
path: root/src/test/compile-fail/ufcs-explicit-self-bad.rs
AgeCommit message (Expand)AuthorLines
2017-11-09Don't emit the feature error if it's an invalid self typeMichael Hewson-3/+0
2017-11-09fixed all the compile-fail error messagesMichael Hewson-5/+10
2017-11-08Remove the error check that I think is redundant, and change the test error m...Michael Hewson-10/+5
2017-11-07Add arbitrary_self_types feature gate error to some testsMichael Hewson-3/+9
2017-11-07Fix some of the testsMichael Hewson-3/+3
2016-07-23address review commentsAriel Ben-Yehuda-7/+7
2016-07-22remove rustc_typeck::same_type_errAriel Ben-Yehuda-3/+3
2016-05-02update test cases to reflect new messagesNiko Matsakis-4/+4
2015-12-28rewrite the method-receiver matching codeAriel Ben-Yehuda-8/+9
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-01-12Fix testsuite errorsmdinger-2/+9
2015-01-08Update compile fail tests to use usize.Huon Wilson-1/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-4/+4
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+2
2014-11-18Stop checking the correctness of explicit self twice; instead, justNiko Matsakis-3/+13
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-2/+0
2014-07-16librustc: Implement the fully-expanded, UFCS form of explicit self.Patrick Walton-0/+49