Skip to main content

suggest_repairs_from_annotations

Function suggest_repairs_from_annotations 

Source
pub fn suggest_repairs_from_annotations(
    store: &AnnotationStore,
) -> Vec<RepairSuggestion>
Expand description

Suggest repairs using only annotation data (no code cache).

Always available regardless of feature flags. Use this from contexts where the code cache is unavailable (e.g. WASM).