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
We should not refer to it as strongly discouraged but explain the implications in the docs and how it is a footgun.
One model of reference is the "memory-safe" annotation. If you annotate (i.e. allow internal reverts), you should understand what you’re doing, otherwise it can lead to undefined behaviour.
In short, heavier on content and less on the warning
The text was updated successfully, but these errors were encountered:
We should not refer to it as strongly discouraged but explain the implications in the docs and how it is a footgun.
One model of reference is the "memory-safe" annotation. If you annotate (i.e. allow internal reverts), you should understand what you’re doing, otherwise it can lead to undefined behaviour.
In short, heavier on content and less on the warning
The text was updated successfully, but these errors were encountered: