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).