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
We've hit a bit of a snag in rust-lang-nursery/lazy-static.rs#110 where it looks like the dead_code lint for code generated by the lazy_static macro in external crates isn't being triggered and is causing one of our compilefail tests to start building instead of failing.
I'm just trying to track down what we changed here in the compiler to get some context about how we should approach the issue in lazy_static. We can probably live with warnings not being surfaced if there's some bigger picture around the change. I may also be totally off in the weeds on this.
EDIT: The change was somewhere between 12ed235 and 6a1c063
The text was updated successfully, but these errors were encountered:
We've hit a bit of a snag in rust-lang-nursery/lazy-static.rs#110 where it looks like the
dead_code
lint for code generated by thelazy_static
macro in external crates isn't being triggered and is causing one of our compilefail tests to start building instead of failing.I'm just trying to track down what we changed here in the compiler to get some context about how we should approach the issue in
lazy_static
. We can probably live with warnings not being surfaced if there's some bigger picture around the change. I may also be totally off in the weeds on this.EDIT: The change was somewhere between 12ed235 and 6a1c063
The text was updated successfully, but these errors were encountered: