Skip to content

Commit 97b2824

Browse files
authored
Add copy_within to the SB trophy case
1 parent 62046bf commit 97b2824

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows
436436
* [Windows `Env` iterator using a raw pointer outside its valid memory area](https://github.com/rust-lang/rust/pull/70479)
437437
* [`VecDeque::iter_mut` creating overlapping mutable references](https://github.com/rust-lang/rust/issues/74029)
438438
* [Various standard library aliasing issues involving raw pointers](https://github.com/rust-lang/rust/pull/78602)
439+
* [`<[T]>::copy_within` using a loan after invalidating it](https://github.com/rust-lang/rust/pull/85610)
439440

440441
## License
441442

0 commit comments

Comments
 (0)