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
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
This is mostly a rustc/save-analysis issue. When a definition is generated by a macro, we have the span of the macro use which we could use, but either in save-analysis or the RLS we avoid doing this. We have to be a bit careful since in some circumstances this can lead to bad spans and other errors, but at least in some cases this should work. E.g.,
This is mostly a rustc/save-analysis issue. When a definition is generated by a macro, we have the span of the macro use which we could use, but either in save-analysis or the RLS we avoid doing this. We have to be a bit careful since in some circumstances this can lead to bad spans and other errors, but at least in some cases this should work. E.g.,
Goto def on
new
should jump to thederive(new)
span, but currently we get nothing.The text was updated successfully, but these errors were encountered: