You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The suggestion code snippet does not include the suggested change, it has the original code.
To fix this, look for the FIXME for this issue in src/libsyntax/errors/json.rs. We should extend DiagnosticSpan with another field: override_snippet and use this in the suggestion case.