We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910afef commit ea37f58Copy full SHA for ea37f58
README.md
@@ -269,6 +269,7 @@ Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows
269
* [`Vec::push` invalidating existing references into the vector](https://github.com/rust-lang/rust/issues/60847)
270
* [`align_to_mut` violating uniqueness of mutable references](https://github.com/rust-lang/rust/issues/68549)
271
* [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)
273
274
## License
275
0 commit comments