Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This allows use of the `self` keyword in `recover` expressions, resulting in the value being exposed as either `uni ref T` or `uni mut T`. This isn't allowed if `self` is used inside a closure that's inside a `recover`, as such closures can't capture `self`. This closes #571. Changelog: added
- Loading branch information