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
Change 'unsafeDowncast' to 'as!' (#495)
Motivation:
The 'unsafeDowncast' can cause a miscompile leading to unexpected runtime behaviour.
Modifications:
- Use 'as!' instead
Result:
No miscompiles on 5.10
Change 'unsafeDowncast' to 'as!' (#495)
Motivation:
The 'unsafeDowncast' can cause a miscompile leading to unexpected runtime behaviour.
Modifications:
- Use 'as!' instead
Result:
No miscompiles on 5.10