mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-05 06:03:07 +00:00
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.