pub fn query_relation(
interner: &dyn TypeDatabase,
source: TypeId,
target: TypeId,
kind: RelationKind,
policy: RelationPolicy,
context: RelationContext<'_>,
) -> RelationResultExpand description
Query a relation using a no-op resolver and no overrides.