You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code changes are:
- `static mut` now warns, so we introduce `SyncUnsafeCell` and use that
instead.
- Rename of "object safe" to "dyn-compatible".
- The rest is Clippy.
UI test changes are:
- Removal of "which is required by ...", the end result is generally
more readable, and hides more implementation details.
- Removal of "the token" in macro diagnostics. Sometimes use "keyword"
instead. End result is cleaner.
- `dyn T` shows up in diagnostics without `+ 'static`, which is nice.
- A few more very minor changes.
- Due to Clippy suggesting `'_` instead of an explicit lifetime, a few
uses of `&` in diagnostics are now cleaner.
There are no assembly test changes.
0 commit comments