We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39df836 commit 01cd6edCopy full SHA for 01cd6ed
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