Skip to main content

resolve_hir_value_path

Function resolve_hir_value_path 

Source
fn resolve_hir_value_path<'db>(
    db: &'db dyn HirDatabase,
    resolver: &Resolver<'db>,
    store_owner: Option<ExpressionStoreOwnerId>,
    infer_body: Option<InferBodyId<'db>>,
    path: &Path,
    hygiene: HygieneId,
) -> Option<PathResolution<'db>>