Files
rust/library/alloc/src
Jacob Pratt 72cd5fba78 Rollup merge of #155579 - Gaming32:fix-154998, r=Mark-Simulacrum
Make Rcs and Arcs use pointer comparison for unsized types

`Rc` and `Arc`s have an `Eq` implementation that first attempt to compare the pointers as an optimization. This, however, was not extended to DSTs, which is what this PR fixes.

Fixes rust-lang/rust#154998.
2026-04-26 21:56:40 -04:00
..
2026-03-14 22:09:35 -04:00
2026-04-24 00:15:42 +00:00
2026-04-20 16:00:18 +00:00
2026-03-25 16:18:33 +03:00
2026-04-09 16:31:12 +00:00