mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
Merge pull request #3255 from o01eg/env_logger
Allow to debug rustc_driver via logs.
This commit is contained in:
@@ -21,6 +21,7 @@ fn show_version() {
|
||||
}
|
||||
|
||||
pub fn main() {
|
||||
rustc_driver::init_rustc_env_logger();
|
||||
exit(rustc_driver::run(move || {
|
||||
use std::env;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user