Open
Description
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.