From 87882f2c6a2fa754e8c948145e17b5bafb6dec75 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sat, 10 Apr 2021 12:33:18 +0200 Subject: [PATCH] add the bad doctests we found to the trophy case --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 168c4bc1a24..7e7966be46f 100644 --- a/README.md +++ b/README.md @@ -415,6 +415,7 @@ Definite bugs found: * [TiKV constructing out-of-bounds pointers (and overlapping mutable references)](https://github.com/tikv/tikv/pull/7751) * [`encoding_rs` doing out-of-bounds pointer arithmetic](https://github.com/hsivonen/encoding_rs/pull/53) * [TiKV using `Vec::from_raw_parts` incorrectly](https://github.com/tikv/agatedb/pull/24) +* Incorrect doctests for [`AtomicPtr`](https://github.com/rust-lang/rust/pull/84052) and [`Box::from_raw_in`](https://github.com/rust-lang/rust/pull/84053) Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):