rust/src/libsyntax/parse
kennytm 6441ebe5a7
Rollup merge of #50979 - Manishearth:type-only, r=estebank
Fix span for type-only arguments

Currently it points to the comma or parenthesis before the type, which is broken

cc @mark-i-m this is what broke #48309

r? @estebank
2018-05-24 16:02:42 +08:00
..
lexer Auto merge of #50838 - alexcrichton:token-impls, r=eddyb 2018-05-22 04:17:20 +00:00
attr.rs make it compile again 2018-05-02 12:05:13 +02:00
classify.rs label-break-value: Parsing and AST/HIR changes 2018-05-16 13:56:24 +02:00
common.rs Fix some clippy warnings in libsyntax 2017-05-12 20:05:39 +02:00
mod.rs lexer: Fix span override for the first token in a string 2018-05-20 23:35:00 +03:00
parser.rs Rollup merge of #50979 - Manishearth:type-only, r=estebank 2018-05-24 16:02:42 +08:00
token.rs Rollup merge of #50946 - alexcrichton:fix-parse-lifetime, r=petrochenkov 2018-05-23 00:26:18 +08:00