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
Also refer to the original source file when a diagnostic points into an expansion
When the primary diagnostic comes from inside some kind of generated
buffer, such as a macro expansion buffer, the file/line/column will
point into a source file that might be temporary. In such cases, also
add a link to the outermost, original source file, e.g.,
main.swift:2:1: note: expanded code originates here
to help users and tools alike to find that original source file.
0 commit comments