I've got bitten by: ``` rust #[deriving(Copy)] struct Foo; ``` The compiler _silently accepts_ this code, no warning at all, but nothing is derived. (rustc 1.0.0-nightly (44a287e6e 2015-01-08 17:03:40 -0800))