Skip to content

Commit e042e2c

Browse files
committed
Auto merge of #1319 - RalfJung:readme, r=RalfJung
add push_str issue to trophy case
2 parents 910afef + ea37f58 commit e042e2c

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
@@ -269,6 +269,7 @@ Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows
269269
* [`Vec::push` invalidating existing references into the vector](https://github.com/rust-lang/rust/issues/60847)
270270
* [`align_to_mut` violating uniqueness of mutable references](https://github.com/rust-lang/rust/issues/68549)
271271
* [Aliasing mutable references in `sized-chunks`](https://github.com/bodil/sized-chunks/issues/8)
272+
* [`String::push_str` invalidating existing references into the string](https://github.com/rust-lang/rust/issues/70301)
272273

273274
## License
274275

0 commit comments

Comments
 (0)