]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #107761 - oli-obk:miri_🪵, r=TaKO8Ki
authorMichael Goulet <michael@errs.io>
Thu, 9 Feb 2023 04:01:25 +0000 (20:01 -0800)
committerGitHub <noreply@github.com>
Thu, 9 Feb 2023 04:01:25 +0000 (20:01 -0800)
commit32bb73eedef784a3a4a3225805e0977014cd5c72
treec606c24a7b6e337da12e23bde88b383ce582c178
parent04f770839d66d6881af44e28de69589dd6f8133e
parentf95b553eb4b6a2a0bf45e48c0cc5e9f635ba1e0c
Rollup merge of #107761 - oli-obk:miri_🪵, r=TaKO8Ki

Replace a command line flag with an env var to allow tools to initialize the tracing loggers at their own discretion

fixes https://github.com/rust-lang/miri/issues/2778

this was introduced in https://github.com/rust-lang/rust/pull/104645, so this PR reverts the flag-part and uses an env var instead.
compiler/rustc_driver_impl/src/lib.rs