about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-08-08 18:57:00 +0200
committerGitHub <noreply@github.com>2024-08-08 18:57:00 +0200
commit3a9dd829d0b59ff6b8516a5464042ff54cc09145 (patch)
tree2a7e05a0a32e6ff620fbd82bd4beb119a6ffd9eb /compiler/rustc_codegen_llvm/src/errors.rs
parentd3a393932eeafa4638ae22f5ecbc38bf38760d0e (diff)
parent3d7aa163d656389b6e7c41ed0b38b23c2bac2a77 (diff)
downloadrust-3a9dd829d0b59ff6b8516a5464042ff54cc09145.tar.gz
rust-3a9dd829d0b59ff6b8516a5464042ff54cc09145.zip
Rollup merge of #128306 - WiktorPrzetacznik:WiktorPrzetacznik-nonnull-alignoffset-update, r=Amanieu
Update NonNull::align_offset quarantees

This PR proposes to update [`NonNull::align_offset`](https://doc.rust-lang.org/stable/std/ptr/struct.NonNull.html#method.align_offset) guarantees, which should to be matched with [`ptr::align_offset`](https://doc.rust-lang.org/stable/std/primitive.pointer.html#method.align_offset-1)
(as `NonNull::align_offset` delegates to `ptr::align_offset`).

[PR #121201](https://github.com/rust-lang/rust/pull/121201) updated only `ptr::align_offset` docs.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions