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
Copy file name to clipboardExpand all lines: text/3368-diagnostic-attribute-namespace.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Any attribute in this namespace may:
85
85
Any attribute in this namespace is not allowed to:
86
86
87
87
* Change the result of the compilation, which means applying such an attribute should never cause a compilation error as long as they are syntactically valid
88
-
* Pass-through information from the source of the diagnostic in a way that users can rely on. E.g. Such an attribute should not allow users to keep the compilation successful and dump information about `extern` blocks to generate C header files
88
+
* Pass-through information from the source of the diagnostic in a way that users can rely on. E.g. such an attribute should not allow users to keep the compilation successful and dump information about `extern` blocks to generate C header files
0 commit comments