mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-19 11:28:19 +00:00

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.
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.