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 linter can know @TypeOf(path_map.route_types.append) to be a function that returns a non-void value (in my case an error union), it should immediately that this usage (where the result is discarded) will always be a compile error.
The text was updated successfully, but these errors were encountered:
If the linter can know
@TypeOf(path_map.route_types.append)
to be a function that returns a non-void value (in my case an error union), it should immediately that this usage (where the result is discarded) will always be a compile error.The text was updated successfully, but these errors were encountered: