From a21c98a896e7a748b361e2d615b0d098a3751939 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 20 Feb 2022 21:41:37 -0500 Subject: [PATCH] another for the trophy case --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb9a5566990..3f300db8364 100644 --- a/README.md +++ b/README.md @@ -453,6 +453,7 @@ Definite bugs found: * [`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) +* [Insufficient alignment in `ThinVec`](https://github.com/Gankra/thin-vec/pull/27) Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):