about summary refs log tree commit diff
path: root/compiler/rustc_query_system
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-10-03 11:49:06 +0000
committerbors <bors@rust-lang.org>2023-10-03 11:49:06 +0000
commite3c631b3de09e1bd6db98d26d91d31d932d7cf60 (patch)
tree66a1740e29a82f4a10ae3b861a130e0431f382a8 /compiler/rustc_query_system
parenteb0f3ed59c6508a37c6598bc9762987f053993a7 (diff)
parent7ba649806f0e1dd4692f7cc6f77f3f71fdeb7f8e (diff)
downloadrust-e3c631b3de09e1bd6db98d26d91d31d932d7cf60.tar.gz
rust-e3c631b3de09e1bd6db98d26d91d31d932d7cf60.zip
Auto merge of #116376 - matthiaskrgr:rollup-b3d14gq, r=matthiaskrgr
Rollup of 5 pull requests

Successful merges:

 - #115863 (Add check_unused_messages in tidy)
 - #116210 (Ensure that `~const` trait bounds on associated functions are in const traits or impls)
 - #116358 (Rename both of the `Match` relations)
 - #116371 (Remove unused features from `rustc_llvm`.)
 - #116374 (Print normalized ty)

r? `@ghost`
`@rustbot` modify labels: rollup
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