Files
rust/compiler
Matthias Krüger d8e4d99001 Rollup merge of #107839 - RalfJung:rustc-log, r=oli-obk
avoid duplicating the RUSTC_LOG env var name

We also have the env var name here:
https://github.com/rust-lang/rust/blob/c40919b7a75f93ed7ef040361e82c656d246d41e/compiler/rustc_driver_impl/src/lib.rs#L1247-L1251
Redundantly having this name twice doesn't seem great. Looks like `rustc_log::init_rustc_env_logger` is dead code anyway.

r? `@oli-obk`
2023-02-10 15:28:48 +01:00
..
2023-02-06 17:40:18 +03:00
2023-02-06 17:40:18 +03:00
2023-02-02 07:47:39 +01:00
2023-02-10 15:07:55 +01:00
2023-02-06 17:40:18 +03:00
2023-02-06 17:40:18 +03:00
2023-01-31 07:54:01 +00:00