rust/src/libsyntax/parse
bors d96c01e77c Auto merge of #60803 - varkor:remove-in-place-syntax, r=petrochenkov
Remove `ObsoleteInPlace`

The in place syntax has been deprecated for over a year. As it is, this is accumulated cruft: the error messages are unlikely to be helpful any more and it conflicts with some useful syntax (e.g. const generics in some instances).

It may be that removing `Token::LArrow` is backwards-incompatible. We should do a crater run to check.

cc @eddyb
2019-05-24 09:54:17 +00:00
..
lexer syntax: Turn token::Lit into a struct 2019-05-23 12:46:24 +03:00
attr.rs Use SmallVec in TokenStreamBuilder. 2019-03-29 09:32:58 +11:00
classify.rs Move literal parsing code into a separate file 2019-05-11 16:03:16 +03:00
diagnostics.rs tweak discriminant on non-nullary enum diagnostic 2019-05-23 11:13:48 -04:00
literal.rs syntax: Some code cleanup 2019-05-23 12:46:41 +03:00
mod.rs Rollup merge of #60995 - topecongiro:parser-from-stream-and-base-dir, r=michaelwoerister 2019-05-22 03:47:38 +02:00
parser.rs Auto merge of #60803 - varkor:remove-in-place-syntax, r=petrochenkov 2019-05-24 09:54:17 +00:00
token.rs syntax: Some code cleanup 2019-05-23 12:46:41 +03:00
unescape.rs introduce unescape module 2019-05-02 15:31:57 +03:00
unescape_error_reporting.rs introduce unescape module 2019-05-02 15:31:57 +03:00