diff options
| author | flip1995 <philipp.krones@embecosm.com> | 2022-05-05 13:01:37 +0100 |
|---|---|---|
| committer | flip1995 <philipp.krones@embecosm.com> | 2022-05-05 13:32:06 +0100 |
| commit | 3b0c78d2835e18197619bbf8692ca0b53fbd7583 (patch) | |
| tree | 00278ccb2064d7d3a7c03ef3820e83d77f6c83aa /src | |
| parent | 82f469f81b6daafb448e36c0e811cf2d40836edb (diff) | |
| parent | c7a705a842fc30c4725b003c1b8b3443f2d0c07d (diff) | |
| download | rust-3b0c78d2835e18197619bbf8692ca0b53fbd7583.tar.gz rust-3b0c78d2835e18197619bbf8692ca0b53fbd7583.zip | |
Merge remote-tracking branch 'upstream/master' into rustup
Diffstat (limited to 'src')
| -rw-r--r-- | src/driver.rs | 3 |
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, |
