about summary refs log tree commit diff
path: root/src/test/compile-fail/lint-impl-fn.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-43/+0
2017-09-04Produce expansion info for more builtin macrosOliver Schneider-0/+5
2015-01-08Update compile fail tests to use isize.Huon Wilson-2/+2
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-2/+2
Closes #2569
2013-12-08Add dead-code warning passKiet Tran-0/+1
2013-05-17Re-implement lint with less emphasis on item idsAlex Crichton-0/+37
This way it's much easier to add lints throughout compilation correctly, and functions on impls can alter the way lints are emitted.