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
Oh whoops, I should have caught this during review! @ktt3ja, this is because walk_ty doesn't recurse further when it sees ty_path (which may have type parameters like in this case), but the good news is now that we have a generic visit_path you should be able to delete the visit_ty method entirely.
…red-rendering, r=Veykril
internal: Defer structured snippet rendering to allow escaping snippet bits
Since we know exactly where snippets are, we can transparently escape snippet bits to the exact text edits that need it, and not have to do it for anything other text edits.
Also will eventually fixrust-lang#11006 once all assists are migrated. This comes as a side-effect of text edits that don't have snippets get marked as having no insert formatting at all.
cc @ktt3ja
The text was updated successfully, but these errors were encountered: