mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
26ad51ff87
ptr::eq: clarify that comparing dyn Trait is fragile Also remove the dyn trait example from `ptr::eq` since those tests are not actually guaranteed to pass due to how unstable vtable comparison is. Cc ``@rust-lang/libs-api`` Cc discussion following https://github.com/rust-lang/rust/pull/80505