diff --git a/README.md b/README.md index ea2aa955ba4..ecff779873a 100644 --- a/README.md +++ b/README.md @@ -281,6 +281,7 @@ Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows * [Aliasing mutable references in `sized-chunks`](https://github.com/bodil/sized-chunks/issues/8) * [`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) ## License