about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/messages.ftl
diff options
context:
space:
mode:
authorclubby789 <jamie@hill-daniel.co.uk>2023-03-29 16:00:48 +0100
committerclubby789 <jamie@hill-daniel.co.uk>2023-03-29 18:34:29 +0100
commit979c265a5d54a3a267563153859f2921db717b1d (patch)
tree55b18173fda48f3fb4951ef18fe6447f5ba28ce9 /compiler/rustc_codegen_llvm/messages.ftl
parentbf57e8ada6dc62369d1cee7ab055fb4074bd2d10 (diff)
downloadrust-979c265a5d54a3a267563153859f2921db717b1d.tar.gz
rust-979c265a5d54a3a267563153859f2921db717b1d.zip
Check for escape sequences in Fluent resources
Diffstat (limited to 'compiler/rustc_codegen_llvm/messages.ftl')
-rw-r--r--compiler/rustc_codegen_llvm/messages.ftl3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/messages.ftl b/compiler/rustc_codegen_llvm/messages.ftl
index e5df417370b..b6d7484bcce 100644
--- a/compiler/rustc_codegen_llvm/messages.ftl
+++ b/compiler/rustc_codegen_llvm/messages.ftl
@@ -27,7 +27,8 @@ codegen_llvm_error_calling_dlltool =
     Error calling dlltool: {$error}
 
 codegen_llvm_dlltool_fail_import_library =
-    Dlltool could not create import library: {$stdout}\n{$stderr}
+    Dlltool could not create import library: {$stdout}
+    {$stderr}
 
 codegen_llvm_target_feature_disable_or_enable =
     the target features {$features} must all be either enabled or disabled together