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.
1 parent 74d656a commit 15305ffCopy full SHA for 15305ff
wip/stacked-borrows.md
@@ -16,6 +16,7 @@ For more background, see the following blog-posts:
16
Changes compared to the latest post (2.1):
17
18
* Retags are "shallow" instead of recursively looking for references inside compound types.
19
+* Reborrowing of a shared reference, when searching for `UnsafeCell`, no longer reads enum discriminants. It treats enums like unions now.
20
21
[Miri]: https://github.com/solson/miri/
22
[all-hands]: https://paper.dropbox.com/doc/Topic-Stacked-borrows--AXAkoFfUGViWL_PaSryqKK~hAg-2q57v4UM7cIkxCq9PQc22
0 commit comments