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
[SE-0458] Disambiguate existing uses of unsafe better
Only treat `unsafe` as starting an unsafe expression if the following token
is on the same line and isn't a `)`. The former is in line with how we
handle other modifier expressions like this, and the latter is because of
the archaic `@MainActor(unsafe)`.
0 commit comments