From ea37f580e4f521d9b1eeadea59ecc4fd579a594b Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sat, 11 Apr 2020 09:16:55 +0200 Subject: [PATCH] add push_str issue to trophy case --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index efa38f8f739e..4968e6665712 100644 --- a/README.md +++ b/README.md @@ -269,6 +269,7 @@ Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows * [`Vec::push` invalidating existing references into the vector](https://github.com/rust-lang/rust/issues/60847) * [`align_to_mut` violating uniqueness of mutable references](https://github.com/rust-lang/rust/issues/68549) * [Aliasing mutable references in `sized-chunks`](https://github.com/bodil/sized-chunks/issues/8) +* [`String::push_str` invalidating existing references into the string](https://github.com/rust-lang/rust/issues/70301) ## License