Rename HAS_PROJECTIONS to HAS_ALIASES etc.
This commit is contained in:
@@ -15,7 +15,7 @@ where
|
||||
type QueryResponse = T;
|
||||
|
||||
fn try_fast_path(_tcx: TyCtxt<'tcx>, key: &ParamEnvAnd<'tcx, Self>) -> Option<T> {
|
||||
if !key.value.value.has_projections() { Some(key.value.value) } else { None }
|
||||
if !key.value.value.has_aliases() { Some(key.value.value) } else { None }
|
||||
}
|
||||
|
||||
fn perform_query(
|
||||
|
||||
Reference in New Issue
Block a user