rust/compiler/rustc_parse/src/lexer
pierwill 0019ca9141 Fix outdated crate names in compiler docs
Changes `librustc_X` to `rustc_X`, only in documentation comments.
Plain code comments are left unchanged.

Also fix incorrect file paths.
2021-04-08 11:12:14 -05:00
..
mod.rs Fix outdated crate names in compiler docs 2021-04-08 11:12:14 -05:00
tokentrees.rs use if let instead of single match arm expressions to compact code and reduce nesting (clippy::single_match) 2020-09-20 11:42:52 +02:00
unescape_error_reporting.rs Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
unicode_chars.rs Condense StringReader's API to a single function 2020-09-03 15:52:15 +02:00