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
I think an explicit "generic functions must be mangled" warning/error would be better than just the unused attribute one (this should cover #[symbol_name = "..."] too).
With a definition like this:
the compiler does not and cannot un-mangle foo, but it does not give any indication of this. It should probably give an unused_attribute warning.
The text was updated successfully, but these errors were encountered: