Skip to content

Commit

Permalink
Unrolled build for rust-lang#131316
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#131316 - programmerjake:patch-4, r=Noratrieb

Fix typo in primitive_docs.rs

typo introduced in rust-lang#129559
  • Loading branch information
rust-timer authored Oct 6, 2024
2 parents 68301a6 + 002afd1 commit 22fd964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/primitive_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,7 @@ mod prim_f16 {}
/// - **Unchanged NaN propagation**: The quiet bit and payload are copied from any input operand
/// that is a NaN. If the inputs and outputs do not have the same size (i.e., for `as` casts), the
/// same rules as for "quieting NaN propagation" apply, with one caveat: if the output is smaller
/// than the input, droppig the low-order bits may result in a payload of 0; a payload of 0 is not
/// than the input, dropping the low-order bits may result in a payload of 0; a payload of 0 is not
/// possible with a signaling NaN (the all-0 significand encodes an infinity) so unchanged NaN
/// propagation cannot occur with some inputs.
/// - **Target-specific NaN**: The quiet bit is set and the payload is picked from a target-specific
Expand Down

0 comments on commit 22fd964

Please sign in to comment.