diff options
| author | bors <bors@rust-lang.org> | 2024-03-31 05:44:17 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-03-31 05:44:17 +0000 |
| commit | d5de305fef8065d3af726537db2513a884ed2bcc (patch) | |
| tree | 70ea36b7fd5f777449cc0622edc1f960490a2747 /compiler/rustc_data_structures/src | |
| parent | 723acede108580cdd6a848342ef3049f687f197e (diff) | |
| parent | eb8e8c06b6c6ab90b6ecbed1ac3820304c53ef01 (diff) | |
| download | rust-d5de305fef8065d3af726537db2513a884ed2bcc.tar.gz rust-d5de305fef8065d3af726537db2513a884ed2bcc.zip | |
Auto merge of #3435 - rust-lang:rustup-2024-03-31, r=saethlin
Automatic Rustup
Diffstat (limited to 'compiler/rustc_data_structures/src')
| -rw-r--r-- | compiler/rustc_data_structures/src/tagged_ptr/copy.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_data_structures/src/tagged_ptr/copy.rs b/compiler/rustc_data_structures/src/tagged_ptr/copy.rs index ff4208def31..8b9e834b60b 100644 --- a/compiler/rustc_data_structures/src/tagged_ptr/copy.rs +++ b/compiler/rustc_data_structures/src/tagged_ptr/copy.rs @@ -243,6 +243,7 @@ where T: Tag, { #[inline] + #[allow(ambiguous_wide_pointer_comparisons)] fn eq(&self, other: &Self) -> bool { self.packed == other.packed } |
