mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 14:38:46 +00:00
Merge pull request #3255 from o01eg/env_logger
Allow to debug rustc_driver via logs.
This commit is contained in:
commit
93de5fc6c8
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue