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
In the normal case (when attributes aren't spread across module declaration and module header), we first filter duplicate/conflicting attributes before potentially showing more errors about the (first) attribute. Consider the expression @Int @Int @Nat 0, the output is:
In the normal case (when attributes aren't spread across module declaration and module header), we first filter duplicate/conflicting attributes before potentially showing more errors about the (first) attribute. Consider the expression
@Int @Int @Nat 0
, the output is:But for the anormal case, e.g:
It's:
The error about the attribute being internal should only show up once.
See:
lushui/src/syntax/lowerer.rs
Lines 351 to 359 in b96e3a1
The text was updated successfully, but these errors were encountered: