X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_driver%2Fsrc%2Flib.rs;h=fcc70b2e4c5ff3e600993e2f82e5ea8cb053858e;hb=5a19ffe1c2b99d9e09706cc286aad1ec0868eddb;hp=84dd69ebd963496696d0ed03e9d7d5bc1d4a40b5;hpb=5e2655d27fdd523285856f8bdacbccdc07b4fc6c;p=rust.git diff --git a/compiler/rustc_driver/src/lib.rs b/compiler/rustc_driver/src/lib.rs index 84dd69ebd96..fcc70b2e4c5 100644 --- a/compiler/rustc_driver/src/lib.rs +++ b/compiler/rustc_driver/src/lib.rs @@ -1287,9 +1287,6 @@ pub fn init_env_logger(env: &str) { .with_indent_lines(true) .with_ansi(color_logs) .with_targets(true) - .with_wraparound(10) - .with_verbose_exit(true) - .with_verbose_entry(true) .with_indent_amount(2); #[cfg(parallel_compiler)] let layer = layer.with_thread_ids(true).with_thread_names(true);