From 97b2824ada1a6f7128ec1355b48376b0f43455ce Mon Sep 17 00:00:00 2001 From: scottmcm Date: Thu, 27 May 2021 00:14:13 +0000 Subject: [PATCH] Add `copy_within` to the SB trophy case --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 547e2e15dad..469263115dd 100644 --- a/README.md +++ b/README.md @@ -436,6 +436,7 @@ Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows * [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) * [Various standard library aliasing issues involving raw pointers](https://github.com/rust-lang/rust/pull/78602) +* [`<[T]>::copy_within` using a loan after invalidating it](https://github.com/rust-lang/rust/pull/85610) ## License