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
Don't warn about dead foreign items if the 'allow(dead_code)' attribute is present
This functionality was missing, and should have existed previously.
Fixes#38780
Uh oh!
There was an error while loading. Please reload this page.
The following Rust code:
produces the warning:
in spite of the
allow(dead_code)
annotation.The text was updated successfully, but these errors were encountered: