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
Summary:
- A few tests that used to compile, but which were highly
questionable, now fail to compile. These are tests that also fail
under NLL -- they have to do with closures that are returning
invalid values (e.g., other closures that contain values that would
be out of scope if used), but our regionck rules permitted them for
some reason.
- One test for #55608 now compiles successfully -- looking at it, I
can't I see any reason that it should *not* compile.
- Some errors messages changed in small ways, in some cases improving
quite a bit, but often just "different".
0 commit comments