From 5e25dfaef83d1a2855cc4e4a1aecca77ba0dc47a Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 1 May 2020 21:34:16 +0000 Subject: [PATCH] Add another tikv stacked borrowing error to trophy case --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee23df5ed17e..08e30b5f77dd 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,7 @@ Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows * [`String::push_str` invalidating existing references into the string](https://github.com/rust-lang/rust/issues/70301) * [`ryu` using raw pointers outside their valid memory area](https://github.com/dtolnay/ryu/issues/24) * [ink! creating overlapping mutable references](https://github.com/rust-lang/miri/issues/1364) +* [Stacked borrowing violation in TiKV](https://github.com/tikv/tikv/pull/7709) ## License