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
Stop using renamed pattern which can cause compiler crash (#183)
Motivation:
Deprecation with rename fixit has been seen to cause compiler crashes
in 5.x compiler versions.
Modifications:
Deprecate with message for 5.x compilers.
Result:
Compilation without failure in all scenarios
0 commit comments