diff options
| author | r0cky <mu001999@outlook.com> | 2024-03-01 09:59:44 +0800 | 
|---|---|---|
| committer | r0cky <mu001999@outlook.com> | 2024-03-01 09:59:44 +0800 | 
| commit | 2064c19886dbea0eba87d8d05a9cd481bf4b391e (patch) | |
| tree | 0a7dd42e47eb7ff03e14c97243ffd5e884f8efd0 /compiler/rustc_builtin_macros/messages.ftl | |
| parent | 77be7a3e0df908c5ea9ea4a70d209782a7299b4b (diff) | |
| download | rust-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.ftl | 6 | 
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 | 
