Skip to content

Commit

Permalink
expand acronym
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Huss <eric@huss.org>
  • Loading branch information
RalfJung and ehuss committed Feb 28, 2022
1 parent 39df836 commit 01cd6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/attributes/codegen.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The following is a list of the available feature names.

#### `x86` or `x86_64`

Executing code with unsupported features is UB on this platform.
Executing code with unsupported features is undefined behavior on this platform.
Hence this platform requires that `#[target_feature]` is only applied to [`unsafe`
functions][unsafe function].

Expand Down

0 comments on commit 01cd6ed

Please sign in to comment.