ICE during derive
expansion on 2017-03-19 nightly
#40663
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
On the latest nightly, a structure which derives traits from
serde
,diesel
, androcket
, triggers an ICE. This is the structure's declaration:Here's the ICE:
The ICE only occurs when the right combination of derives is used. For instance, removing any of
Serialize
,Queryable
,Insertable
, orFromForm
from the derive list does not result in a panic.The panic appears to be occurring during expansion (@jseyfried, @nrc).
The text was updated successfully, but these errors were encountered: