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 |
||
|---|---|---|
| .. | ||
| lexer | ||
| attr.rs | ||
| classify.rs | ||
| diagnostics.rs | ||
| literal.rs | ||
| mod.rs | ||
| parser.rs | ||
| token.rs | ||
| unescape.rs | ||
| unescape_error_reporting.rs | ||