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 5b60f0d commit f84aa4aCopy full SHA for f84aa4a
README.md
@@ -285,7 +285,7 @@ Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows
285
* [`align_to_mut` violating uniqueness of mutable references](https://github.com/rust-lang/rust/issues/68549)
286
* [Aliasing mutable references in `sized-chunks`](https://github.com/bodil/sized-chunks/issues/8)
287
* [`String::push_str` invalidating existing references into the string](https://github.com/rust-lang/rust/issues/70301)
288
-- [`ryu` creating incorrect mutable references](https://github.com/dtolnay/ryu/issues/24)
+* [`ryu` using raw pointers outside their valid memory area](https://github.com/dtolnay/ryu/issues/24)
289
290
## License
291
0 commit comments