We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96fea30 commit ef4f719Copy full SHA for ef4f719
compiler/rustc_macros/src/query.rs
@@ -413,7 +413,6 @@ pub(super) fn rustc_queries(input: TokenStream) -> TokenStream {
413
"Query {name} cannot be both `feedable` and `eval_always`."
414
);
415
feedable_queries.extend(quote! {
416
- #(#doc_comments)*
417
[#attribute_stream] fn #name(#arg) #result,
418
});
419
}
0 commit comments