Warnings in quoted & spliced code are buggy #18216
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-syntaxext
Area: Syntax extensions
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
I'm not sure exactly what's going on but, for example, we missed some deprecation warnings in html5ever, which has
#![deny(warnings)]
. I've also seen ICEs in the past.The text was updated successfully, but these errors were encountered: