---
title: "Stacked Borrows 2"
categories: rust research
+forum: https://internals.rust-lang.org/t/stacked-borrows-2/9951
---
Recently, I have [significantly updated](https://github.com/rust-lang/miri/pull/695) Stacked Borrows in order to fix some issues with the handling of shared references that were uncovered in the previous version.