We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
With a definition like this:
#[no_mangle] fn foo<T>() { /* ... */ }
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.