about summary refs log tree commit diff
path: root/src/test/compile-fail/method-missing-call.rs
AgeCommit message (Expand)AuthorLines
2017-12-14Move compile-fail tests with NOTE/HELP annotations to UIVadim Petrochenkov-42/+0
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-1/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-4/+4
2014-11-02Convert some notes to help messagesP1start-2/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-06-16rustc: Improve span for error about using a method as a field.Kevin Butler-2/+11
2014-03-16Asked if missing (), then asks about an anonymous function. Also added test.Davis Silverman-0/+34