Commits
Click on a commit to change the comparison rangeRequire interned structs' fields to be `Update`
To fix an unsoundness - #985.
There are two breaking changes here:
1. Interned fields and interned function fields are required to be `Update` (or `'static`)
2. `unsafe(non_update_return_types)` in tracked fn options was renamed to `unsafe(non_update_types)` (and includes interned parameters as well now).6 days ago
by ChayimFriedman2