about summary refs log tree commit diff
path: root/src/errors.rs
diff options
context:
space:
mode:
authorAntoni Boucher <bouanto@zoho.com>2024-02-28 17:06:24 -0500
committerAntoni Boucher <bouanto@zoho.com>2024-02-28 17:49:16 -0500
commitc2c68e3f4dcfd43aa2cbaddd8fdfe61ee086966d (patch)
tree4dc955969666c94dd01dfa6bdbeb7aa0f8fc9856 /src/errors.rs
parent6ec50107e6f9307ba88c1a4ac2d395c0bb17bc4f (diff)
downloadrust-c2c68e3f4dcfd43aa2cbaddd8fdfe61ee086966d.tar.gz
rust-c2c68e3f4dcfd43aa2cbaddd8fdfe61ee086966d.zip
Format the code
Diffstat (limited to 'src/errors.rs')
-rw-r--r--src/errors.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/errors.rs b/src/errors.rs
index 79eb4406b8a..62be9e9b379 100644
--- a/src/errors.rs
+++ b/src/errors.rs
@@ -116,7 +116,7 @@ impl<G: EmissionGuarantee> IntoDiagnostic<'_, G> for TargetFeatureDisableOrEnabl
         let mut diag = DiagnosticBuilder::new(
             dcx,
             level,
-            fluent::codegen_gcc_target_feature_disable_or_enable
+            fluent::codegen_gcc_target_feature_disable_or_enable,
         );
         if let Some(span) = self.span {
             diag.span(span);