about summary refs log tree commit diff
path: root/compiler/rustc_query_system
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-10-03 12:24:11 +0200
committerGitHub <noreply@github.com>2023-10-03 12:24:11 +0200
commit144862ede85d0378e527f74269f0174e6e00efae (patch)
treed58214e871b4a075b5da7ce5f55c45529ec19330 /compiler/rustc_query_system
parent9998f4add08c3d09c82e00975cf3a293b30160ec (diff)
parent42a033affa24f85768a7c13a527d417742713b65 (diff)
downloadrust-144862ede85d0378e527f74269f0174e6e00efae.tar.gz
rust-144862ede85d0378e527f74269f0174e6e00efae.zip
Rollup merge of #115863 - chenyukang:yukang-add-message-tidy-check, r=davidtwco
Add check_unused_messages in tidy

From https://github.com/rust-lang/rust/pull/115728#issuecomment-1715490553
The check is not 100% accurate, I guess it's enough for now.
Diffstat (limited to 'compiler/rustc_query_system')
-rw-r--r--compiler/rustc_query_system/messages.ftl2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_query_system/messages.ftl b/compiler/rustc_query_system/messages.ftl
index d5fed8fe179..d7ab7557511 100644
--- a/compiler/rustc_query_system/messages.ftl
+++ b/compiler/rustc_query_system/messages.ftl
@@ -15,8 +15,6 @@ query_system_cycle_stack_single = ...which immediately requires {$stack_bottom}
 
 query_system_cycle_usage = cycle used when {$usage}
 
-query_system_cycle_which_requires = ...which requires {$desc}...
-
 query_system_increment_compilation = internal compiler error: encountered incremental compilation error with {$dep_node}
     .help = This is a known issue with the compiler. Run {$run_cmd} to allow your project to compile