fn attach_quickfix_data(
diag: &mut Diagnostic,
suggestions: &[Suggestion],
rope: &Rope,
)Expand description
Encode suggestions as the QuickFixData JSON payload on diag.data
for the LSP code-action handler. No-op when suggestions is empty.