about summary refs log tree commit diff
path: root/src/test/compile-fail/ret-non-nil.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-17/+0
2015-05-13Add error explanations for E0066 and E0069.Nick Hamann-1/+1
This also updates the error messages for both. For E0066, it removes mention of "managed heap", which was removed in 8a91d33. For E0069, I just tweaked the wording to make it a bit more explicit.
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-01Convert ret to returnBrian Anderson-3/+3
2012-06-22Minor capitalization/punctuation fixes in error messagesLindsey Kuper-1/+1
2011-08-20ReformatBrian Anderson-1/+1
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-07-27Reformat for new syntaxMarijn Haverbeke-10/+3
2011-06-01Use span_err instead of err. Fixes issue #444.Lindsey Kuper-0/+14