1
Fork 0
rust/compiler/rustc_parse
Nicholas Nethercote 4e700a023c Split Parser::bump_with into inlined and non-inlined halves.
The call site within `Parser::bump` is hot.

Also add an inline annotation to `Parser::next_tok`. It was already
being inlined by the compiler; this just makes sure that continues.
2022-03-22 11:01:53 +11:00
..
src Split Parser::bump_with into inlined and non-inlined halves. 2022-03-22 11:01:53 +11:00
Cargo.toml Lint against RTL unicode codepoints in literals and comments 2021-10-31 13:14:04 +01:00