From: Ralf Jung Date: Sat, 31 Oct 2020 15:28:56 +0000 (+0100) Subject: fix trophy case URL X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=7eaba6684cab6247a791cd5620710773e5308c33;p=rust.git fix trophy case URL --- diff --git a/README.md b/README.md index 4b09d1586ad..578ca0251c5 100644 --- a/README.md +++ b/README.md @@ -411,7 +411,7 @@ Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows * [TiKV creating overlapping mutable reference and raw pointer](https://github.com/tikv/tikv/pull/7709) * [Windows `Env` iterator using a raw pointer outside its valid memory area](https://github.com/rust-lang/rust/pull/70479) * [`VecDeque::iter_mut` creating overlapping mutable references](https://github.com/rust-lang/rust/issues/74029) -* [Standard library `SipHasher` using a raw pointer outside its valid memory area](https://github.com/rust-lang/rust/pull/78484) +* [Various standard library aliasing issues involving raw pointers](https://github.com/rust-lang/rust/pull/78602) ## License