Skip to content

Commit 6670f43

Browse files
committed
README: add another bug Miri found
1 parent 6392516 commit 6670f43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows
245245
* [`BTreeMap` creating mutable references that overlap with shared references](https://github.com/rust-lang/rust/pull/58431)
246246
* [`LinkedList` creating overlapping mutable references](https://github.com/rust-lang/rust/pull/60072)
247247
* [`Vec::push` invalidating existing references into the vector](https://github.com/rust-lang/rust/issues/60847)
248+
* [`align_to_mut` violating uniqueness of mutable references](https://github.com/rust-lang/rust/issues/68549)
248249

249250
## License
250251

0 commit comments

Comments
 (0)