pub fn resolve_type<'db>(
db: &'db dyn Database,
diagnostics: &mut SemanticDiagnostics<'db>,
resolver: &mut Resolver<'db>,
ty_syntax: &Expr<'db>,
) -> TypeId<'db>Expand description
Resolves a type given a module and a path. Used for resolving from non-statement context.