mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-01 00:33:54 +00:00
9348: output to log file if RA_LOG_FILE is defined in environment r=rezural a=rezural This adds a check for RA_LOG_FILE, and logs to that if defined. It currently overrides flags.log_file. If this is undesirable, I will add a check. Co-authored-by: rezural <rezural@protonmail.com>