rust/compiler/rustc_parse/src/lexer
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
..
diagnostics.rs Fix typos in compiler 2023-04-10 22:02:52 +02:00
mod.rs extract common code 2023-07-25 09:24:12 +00:00
tokentrees.rs Restrict From<S> for {D,Subd}iagnosticMessage. 2023-05-03 08:44:39 +10:00
unescape_error_reporting.rs fix some clippy::style findings 2023-07-23 23:36:56 +02:00
unicode_chars.rs Restrict From<S> for {D,Subd}iagnosticMessage. 2023-05-03 08:44:39 +10:00