about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/messages.ftl
diff options
context:
space:
mode:
authorr0cky <mu001999@outlook.com>2024-03-01 09:59:44 +0800
committerr0cky <mu001999@outlook.com>2024-03-01 09:59:44 +0800
commit2064c19886dbea0eba87d8d05a9cd481bf4b391e (patch)
tree0a7dd42e47eb7ff03e14c97243ffd5e884f8efd0 /compiler/rustc_builtin_macros/messages.ftl
parent77be7a3e0df908c5ea9ea4a70d209782a7299b4b (diff)
downloadrust-2064c19886dbea0eba87d8d05a9cd481bf4b391e.tar.gz
rust-2064c19886dbea0eba87d8d05a9cd481bf4b391e.zip
Remove unused fluent messages
Diffstat (limited to 'compiler/rustc_builtin_macros/messages.ftl')
-rw-r--r--compiler/rustc_builtin_macros/messages.ftl6
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/rustc_builtin_macros/messages.ftl b/compiler/rustc_builtin_macros/messages.ftl
index dda466b026d..bc2a9d5ad1e 100644
--- a/compiler/rustc_builtin_macros/messages.ftl
+++ b/compiler/rustc_builtin_macros/messages.ftl
@@ -221,12 +221,6 @@ builtin_macros_requires_cfg_pattern =
     macro requires a cfg-pattern as an argument
     .label = cfg-pattern required
 
-builtin_macros_should_panic = functions using `#[should_panic]` must return `()`
-
-builtin_macros_test_arg_non_lifetime = functions used as tests can not have any non-lifetime generic parameters
-
-builtin_macros_test_args = functions used as tests can not have any arguments
-
 builtin_macros_test_bad_fn = {$kind} functions cannot be used for tests
     .label = `{$kind}` because of this