We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f90c4 commit 8788497Copy full SHA for 8788497
NEWS.md
@@ -46,6 +46,9 @@ Language changes
46
behavior. Infinite loops that actually do things (e.g. have side effects
47
or sleep) were never and are still not undefined behavior. ([#52999])
48
49
+ - It is now an error to mark a symbol as both `public` and `export`ed.
50
+ ([#53664])
51
+
52
Compiler/Runtime improvements
53
-----------------------------
54
0 commit comments