We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca34f2 commit 95ed6a7Copy full SHA for 95ed6a7
src/attributes/codegen.md
@@ -75,7 +75,7 @@ The following is a list of the available feature names.
75
76
#### `x86` or `x86_64`
77
78
-Executing code with unsupported features is UB on this platform.
+Executing code with unsupported features is undefined behavior on this platform.
79
Hence this platform requires that `#[target_feature]` is only applied to [`unsafe`
80
functions][unsafe function].
81
0 commit comments