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
If the user gets the annotation slightly wrong, it's simply ignored. For example writing /// @custom:oz-retyped-from TheStruct instead of ...-from TheContract.TheStruct.
If there is a retyped/renamed annotation we should enforce that it matches what the previous name or type was.
This may be a new type of layout error, say bad-annotation that we emit if there is an annotation and it doesn't match what we'd expect.
The text was updated successfully, but these errors were encountered:
If the user gets the annotation slightly wrong, it's simply ignored. For example writing
/// @custom:oz-retyped-from TheStruct
instead of...-from TheContract.TheStruct
.If there is a retyped/renamed annotation we should enforce that it matches what the previous name or type was.
This may be a new type of layout error, say
bad-annotation
that we emit if there is an annotation and it doesn't match what we'd expect.The text was updated successfully, but these errors were encountered: