summary refs log tree commit diff
path: root/src/test/compile-fail/variadic-ffi-3.rs
AgeCommit message (Expand)AuthorLines
2016-12-01Point arg num mismatch errors back to their definitionJonathan Turner-4/+4
2016-09-04E0060 and E0061 improvementGuillaume Gomez-4/+4
2016-08-04Fixes for issues #35215 and #35216William Lee-0/+2
2016-06-15Show types of all args when missing argsEsteban Küber-0/+2
2016-05-02update test cases to reflect new messagesNiko Matsakis-8/+6
2016-04-08Blacklist fn item types from being used with variadic functions.Eduard Burtescu-6/+6
2016-03-09Split TyBareFn into TyFnDef and TyFnPtr.Eli Friedman-1/+1
2015-04-14Fallout from this change.Felix S. Klock II-0/+43
2015-02-06Move compile-fail tests that are rejected by the parser to parse-failFlorian Hahn-15/+0
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2013-11-04Add tests for variadic foreign functions.Luqman Aden-0/+15