incr. comp.: Attribute errors when compiling crate with serde_derive. #39636
Labels
A-incr-comp
Area: Incremental compilation
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
I'm running into an issue with incremental compilation where compiling the below code and then compiling it again with the
#[serde(tag = "variant")]
tag removed causes an ICE (it also fails if the steps are reversed i.e. compile first without and then with the attribute).And the backtrace from the compiler:
I'm running
rustc 1.17.0-nightly (c49d10207 2017-02-07)
andcargo-0.18.0-nightly (de2919f 2017-02-06)
on OS X 10.11.6The text was updated successfully, but these errors were encountered: