We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rustc_queries!
(cache)
1 parent 63f4513 commit 694b86eCopy full SHA for 694b86e
1 file changed
compiler/rustc_macros/src/query.rs
@@ -378,9 +378,6 @@ pub(super) fn rustc_queries(input: TokenStream) -> TokenStream {
378
return_result_from_ensure_ok,
379
);
380
381
- if modifiers.cache.is_some() {
382
- attributes.push(quote! { (cache) });
383
- }
384
// Pass on the cache modifier
385
if modifiers.cache.is_some() {
386
attributes.push(quote! { (cache) });
0 commit comments