mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 03:36:21 +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.