Merge pull request #3255 from o01eg/env_logger
Allow to debug rustc_driver via logs.
This commit is contained in:
commit
93de5fc6c8
@ -21,6 +21,7 @@ fn show_version() {
|
||||
}
|
||||
|
||||
pub fn main() {
|
||||
rustc_driver::init_rustc_env_logger();
|
||||
exit(rustc_driver::run(move || {
|
||||
use std::env;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user