We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dfed41 commit fce0d37Copy full SHA for fce0d37
src/librustc_query_system/query/config.rs
@@ -20,6 +20,8 @@ use std::borrow::Cow;
20
use std::fmt::Debug;
21
use std::hash::Hash;
22
23
+// The parameter `CTX` is required in librustc: implementations may need to access the `'tcx`
24
+// lifetime in `CTX = TyCtxt<'tcx>`.
25
pub trait QueryConfig<CTX> {
26
const NAME: &'static str;
27
const CATEGORY: ProfileCategory;
0 commit comments