rust/compiler/rustc_parse/src/lexer
Nicholas Nethercote 9640d1c023 Move #! checking.
Currently does the "is this a `#!` at the start of the file?" check for
every single token(!)

This commit moves it so it only happens once.
2022-09-26 13:19:14 +10:00
..
mod.rs Move #! checking. 2022-09-26 13:19:14 +10:00
tokentrees.rs Rearrange TokenTreesReader::parse_token_tree. 2022-09-26 08:28:45 +10:00
unescape_error_reporting.rs Always import all tracing macros for the entire crate instead of piecemeal by module 2022-09-01 14:54:27 +00:00
unicode_chars.rs remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00