rust/src/libsyntax/parse
Esteban Küber f7cabc6550 Continue parsing function after finding ... arg
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.
2018-02-11 22:10:35 -08:00
..
lexer Improve char escaping in lexer messages 2018-02-01 08:19:22 +11:00
attr.rs Fix test after rebase 2018-02-01 15:16:02 -08:00
classify.rs Catch expression does not require semicolon to be a statement 2017-07-18 03:42:21 +03:00
common.rs Fix some clippy warnings in libsyntax 2017-05-12 20:05:39 +02:00
mod.rs Do not capture stderr in the compiler. Instead just panic silently for fatal errors 2018-01-26 04:52:30 +01:00
obsolete.rs address review comments 2017-11-20 18:03:20 +00:00
parser.rs Continue parsing function after finding ... arg 2018-02-11 22:10:35 -08:00
token.rs The static keyword can now begin expressions 2018-01-30 12:50:42 +01:00