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 #7333 we now should macro errors where they happen, together with why they happened (for example: a function attribute was running). However, this still misses a few cases, essentially when elaborate_in_function is used.
In #7333 we now should macro errors where they happen, together with why they happened (for example: a function attribute was running). However, this still misses a few cases, essentially when
elaborate_in_function
is used.For example this program:
gives this error:
but it doesn't mention that it's because of the
as_type()
call.We should also take this as an opportunity to address this comment: #7333 (comment)
The text was updated successfully, but these errors were encountered: