about summary refs log tree commit diff
path: root/src/test/compile-fail/trait-impl-1.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-26/+0
2015-05-13Fix ICE that occurs when an associated const is ambiguous.Sean Patrick Santos-1/+1
Also change several error messages to refer to "items" rather than "methods", since associated items that require resolution during type checking are not always methods.
2015-04-21test: Fix fallout in testsAlex Crichton-3/+1
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+3
here. Some of this may have been poorly rebased, though I tried to be careful and preserve the spirit of the test.
2015-01-31Kill more `isize`sTobias Bucher-3/+3
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2015-01-06test fallout from isize/usizeCorey Richardson-2/+2
2014-11-04testsNick Cameron-0/+26