rust/compiler/rustc_parse/src
Aleksey Kladov 09d3db2e59 Optimize Cursor::look_ahead
Cloning a tt is cheap, but not free (there's Arc inside).
2020-09-03 23:28:22 +02:00
..
lexer Move jointness censoring to proc_macro 2020-09-03 15:22:07 +02:00
parser Optimize Cursor::look_ahead 2020-09-03 23:28:22 +02:00
lib.rs Remove trivia tokens 2020-09-01 11:39:11 +02:00
validate_attr.rs