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
Introduce SourceSpan::ARTIFICIAL to differentiate between compiler generated code (which will not have any location associated with rust source code) and SourceSpan::UNKNOWN which indicates that compiler did not generate source mappings.