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 42897dd commit 808e965Copy full SHA for 808e965
src/coding-guidelines/values.rst
@@ -14,7 +14,7 @@ Values
14
:fls: fls_6lg0oaaopc26
15
:decidability: undecidable
16
:scope: system
17
- :tags: undefined-behavior, unsafe
+ :tags: undefined-behavior, unsafe, defect
18
19
Do not create a typed value from uninitialized memory.
20
Types that explicitly permit an uninitialized state (e.g., ``MaybeUninit<T>`` or a union that includes ``()``) may hold uninitialized bytes as values,
0 commit comments