rust/compiler/rustc_lexer/src
bors 23405bb123 Auto merge of #113476 - fee1-dead-contrib:c-str-lit, r=petrochenkov
Reimplement C-str literals

This reverts #113334, cc `@fmease.`

While converting lexer tokens to ast Tokens in `rustc_parse`, we check the edition of the span of the token. If the edition < 2021, we split the token into two, one being the identifier and other being the str literal.
2023-07-25 12:04:34 +00:00
..
unescape Use as_deref in compiler (but only where it makes sense) 2022-11-16 21:58:58 +00:00
cursor.rs reimplement C string literals 2023-07-23 06:54:07 +00:00
lib.rs reimplement C string literals 2023-07-23 06:54:07 +00:00
tests.rs Revert "Don't recover lifetimes/labels containing emojis as character literals" 2023-04-10 06:52:41 +00:00
unescape.rs fix some clippy::style findings 2023-07-23 23:36:56 +02:00