Split super_predicates_that_define_assoc_type query from super_predicates_of

This commit is contained in:
Michael Goulet
2023-02-02 18:50:25 +00:00
parent 45749b21b7
commit 3dab259cb9
5 changed files with 10 additions and 12 deletions

View File

@@ -230,7 +230,7 @@ impl Key for (LocalDefId, LocalDefId) {
}
}
impl Key for (DefId, Option<Ident>) {
impl Key for (DefId, Ident) {
type CacheSelector = DefaultCacheSelector<Self>;
fn default_span(&self, tcx: TyCtxt<'_>) -> Span {