We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6392516 + 6670f43 commit af451e2Copy full SHA for af451e2
README.md
@@ -245,6 +245,7 @@ Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows
245
* [`BTreeMap` creating mutable references that overlap with shared references](https://github.com/rust-lang/rust/pull/58431)
246
* [`LinkedList` creating overlapping mutable references](https://github.com/rust-lang/rust/pull/60072)
247
* [`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)
249
250
## License
251
0 commit comments