summary refs log tree commit diff
path: root/src/test/ui/invalid-variadic-function.stderr
AgeCommit message (Collapse)AuthorLines
2018-02-26Update UI testsVadim Petrochenkov-2/+2
2018-02-11Continue parsing function after finding `...` argEsteban Küber-0/+14
When encountering a variadic argument in a function definition that doesn't accept it, if immediately after there's a closing paren, continue parsing as normal. Otherwise keep current behavior of emitting error and stopping.