Home
last modified time | relevance | path

Searched defs:WithOptConstParam (Results 1 – 3 of 3) sorted by last modified time

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_query_impl/src/
H A Dprofiling_support.rs168 impl<T: SpecIntoSelfProfilingString> SpecIntoSelfProfilingString for WithOptConstParam<T> { implementation
H A Dkeys.rs134 impl Key for ty::WithOptConstParam<LocalDefId> { implementation
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Dmod.rs1132 pub struct WithOptConstParam<T> { struct
1138 /// All queries taking `WithOptConstParam` start by calling `tcx.opt_const_param_of(def.did)` argument
1143 impl<T> WithOptConstParam<T> { implementation
1151 impl WithOptConstParam<LocalDefId> { impl
1181 impl WithOptConstParam<DefId> { impl