about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-10-26 18:45:33 +0200
committerGitHub <noreply@github.com>2024-10-26 18:45:33 +0200
commit1f6cb859ee79b3f32eca5c87af87e9bc0aa4daa3 (patch)
treedd80c234a339ea0c73a53af706fc9c32f7fe58e4 /compiler/rustc_pattern_analysis/src
parent13ec1b0c979938cdf23aa7f69f65e57ca043e74d (diff)
parentc18bab3fe64c8786c26ac483dac13f615e544276 (diff)
downloadrust-1f6cb859ee79b3f32eca5c87af87e9bc0aa4daa3.tar.gz
rust-1f6cb859ee79b3f32eca5c87af87e9bc0aa4daa3.zip
Rollup merge of #132019 - daboross:document-partialeq-oncelock, r=Mark-Simulacrum
Document `PartialEq` impl for `OnceLock`

Adds documentation to `std::sync::OnceLock`'s `PartialEq` implementation: specifies publicly that `OnceLock`s are compared based on their contents, and nothing else.

Created in response to, but not directly related to, https://github.com/rust-lang/rust/issues/131959.

## ne

This doesn't create and document `PartialEq::ne`. There's precedent for this in [`RefCell`](https://doc.rust-lang.org/std/cell/struct.RefCell.html#impl-PartialEq-for-RefCell%3CT%3E).
Diffstat (limited to 'compiler/rustc_pattern_analysis/src')
0 files changed, 0 insertions, 0 deletions