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
When syntax error when forcing the own span of proc_macro2 it fails because it is using the proc_macro environment. Check that all sources have their own span of proc_macro2 in all macros and check that the error output is correct.
Current output:
....
= help: message: Invalid span with no related FileInfo!
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
The text was updated successfully, but these errors were encountered:
When syntax error when forcing the own span of
proc_macro2
it fails because it is using theproc_macro
environment. Check that all sources have their own span ofproc_macro2
in all macros and check that the error output is correct.Current output:
The text was updated successfully, but these errors were encountered: