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 d606172 commit 5e25dfaCopy full SHA for 5e25dfa
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
+* [Stacked borrowing violation in TiKV](https://github.com/tikv/tikv/pull/7709)
289
290
## License
291
0 commit comments