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
At that point we should try to make the proc-macro parsing errors more recoverable. From the user perspective it should mean they get prompted about relevant functions. In our case a prompt to use record(..) on the variable name passed in via the recorder=spanr attribute option.
This feature is implemented in PR #127.
should not be attempted until the new pipeline refactoring lands, and related bugs are squashed:At that point we should try to make the proc-macro parsing errors more recoverable. From the user perspective it should mean they get prompted about relevant functions. In our case a prompt to use
record(..)
on the variable name passed in via therecorder=spanr
attribute option.An illustration of what this looks like is here (Tokio specific).
Relevant resources:
The text was updated successfully, but these errors were encountered: