e.g. the following fails to parse (`decl` is `None` at runtime: a parse error). ``` rust let decl = quote_item!(cx, #[deriving(Eq)] struct CustomStruct;) ```