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
A macro with a mix of untyped arguments and generic arguments will display "undeclared identifier" instead of type mismatch if the generic semcheck fails.
mratsim
changed the title
Macros + Generics: wrong error message (undeclared identifier) on type mismatch
untyped: wrong error message (undeclared identifier) on type mismatch of another param
Aug 24, 2019
mratsim
changed the title
untyped: wrong error message (undeclared identifier) on type mismatch of another param
untyped param: wrong error message (undeclared identifier) on type mismatch of another param
Aug 24, 2019
A macro with a mix of untyped arguments and generic arguments will display "undeclared identifier" instead of type mismatch if the generic semcheck fails.
Test case
Seems linked to #8677
The text was updated successfully, but these errors were encountered: