about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorflip1995 <philipp.krones@embecosm.com>2022-05-05 13:01:37 +0100
committerflip1995 <philipp.krones@embecosm.com>2022-05-05 13:32:06 +0100
commit3b0c78d2835e18197619bbf8692ca0b53fbd7583 (patch)
tree00278ccb2064d7d3a7c03ef3820e83d77f6c83aa /src
parent82f469f81b6daafb448e36c0e811cf2d40836edb (diff)
parentc7a705a842fc30c4725b003c1b8b3443f2d0c07d (diff)
downloadrust-3b0c78d2835e18197619bbf8692ca0b53fbd7583.tar.gz
rust-3b0c78d2835e18197619bbf8692ca0b53fbd7583.zip
Merge remote-tracking branch 'upstream/master' into rustup
Diffstat (limited to 'src')
-rw-r--r--src/driver.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/driver.rs b/src/driver.rs
index 32a09fdb9d9..7de40fe63ac 100644
--- a/src/driver.rs
+++ b/src/driver.rs
@@ -165,8 +165,7 @@ fn report_clippy_ice(info: &panic::PanicInfo<'_>, bug_report_url: &str) {
     // Separate the output with an empty line
     eprintln!();
 
-    let fallback_bundle =
-        rustc_errors::fallback_fluent_bundle(rustc_errors::DEFAULT_LOCALE_RESOURCES, false);
+    let fallback_bundle = rustc_errors::fallback_fluent_bundle(rustc_errors::DEFAULT_LOCALE_RESOURCES, false);
     let emitter = Box::new(rustc_errors::emitter::EmitterWriter::stderr(
         rustc_errors::ColorConfig::Auto,
         None,