summary refs log tree commit diff
path: root/compiler/rustc_interface
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2023-03-03 08:38:07 +0100
committerest31 <MTest31@outlook.com>2023-03-03 08:39:36 +0100
commitef658907a5e88563e4b67a07ba1639c7bf58756f (patch)
tree1ea20512a9252707c26649e41617253f41fb811d /compiler/rustc_interface
parent13471d3b2046cce78181dde6cfc146c09f55e29e (diff)
downloadrust-ef658907a5e88563e4b67a07ba1639c7bf58756f.tar.gz
rust-ef658907a5e88563e4b67a07ba1639c7bf58756f.zip
Match end user facing unmatched backticks in compiler/
Diffstat (limited to 'compiler/rustc_interface')
-rw-r--r--compiler/rustc_interface/locales/en-US.ftl2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_interface/locales/en-US.ftl b/compiler/rustc_interface/locales/en-US.ftl
index da58492ccf2..37994899a20 100644
--- a/compiler/rustc_interface/locales/en-US.ftl
+++ b/compiler/rustc_interface/locales/en-US.ftl
@@ -33,7 +33,7 @@ interface_rustc_error_fatal =
     fatal error triggered by #[rustc_error]
 
 interface_rustc_error_unexpected_annotation =
-    unexpected annotation used with `#[rustc_error(...)]!
+    unexpected annotation used with `#[rustc_error(...)]`!
 
 interface_failed_writing_file =
     failed to write file {$path}: {$error}"