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 61aa2da commit 7593ddcCopy full SHA for 7593ddc
proposals/0379-opt-in-reflection-metadata.md
@@ -163,7 +163,7 @@ consume(Bar())
163
Since Reflection metadata might be used by the debugger, we propose to always keep that metadata
164
if full emission of debugging information is enabled (with `-gdwarf-types` or `-g` flags).
165
However, such Reflection metadata won't be accessible through the nominal type descriptor
166
-which will allow to avoid inconsistencies between APIs' outputs in Release and Debug modes.
+which will avoid inconsistencies in API behavior between Release and Debug modes.
167
168
### Changes in flags
169
0 commit comments