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
proc-macro-error emits such diagnostics on nightly but silently ignores them on stable
proc-macro2-diagnostics converts such diagnostics to errors when not on nightly. (Unfortunately it has a poor design for emitting a non-fatal diagnostic and continuing macro parsing/expansion.)