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.
2 parents 7259bc3 + 15c299e commit ee05ad8Copy full SHA for ee05ad8
README.md
@@ -285,6 +285,7 @@ Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows
285
* [`String::push_str` invalidating existing references into the string](https://github.com/rust-lang/rust/issues/70301)
286
* [`ryu` using raw pointers outside their valid memory area](https://github.com/dtolnay/ryu/issues/24)
287
* [ink! creating overlapping mutable references](https://github.com/rust-lang/miri/issues/1364)
288
+* [TiKV creating overlapping mutable reference and raw pointer](https://github.com/tikv/tikv/pull/7709)
289
290
## License
291
0 commit comments