mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
44c87292ac
Couple of driver interface improvements * Pass Session to `make_codegen_backend` callback. This simplifies some code in miri. * Move env/file_depinfo from ParseSess to Session. There is no reason it has to be in ParseSess rather than Session. * Rename hash_untracked_state to track_state to indicate that it isn't just used for hashing state, but also for adding env vars and files to be tracked through the dep info file.