#[macro_use]externcrate avocado_derive;externcrate avocado;#[macro_use]externcrate serde_derive;externcrate serde;#[derive(Debug, Clone, Serialize, Deserialize, Doc)]//~ ERROR: proc-macro derive panicked
structUnit;//~| a `Doc` must be a struct with named fields
fnmain(){}