error: At least one unit description must be given via attribute `unit`. = help: Use `#[unit(, "", , , "")]` or `#[unit(, "", , )]` or `#[unit(, "", , "")]` or `#[unit(, "", )]` or `#[unit(, "", "")]` or `#[unit(, "")]`. --> tests/ui/no_unit.rs:13:1 | 13 | #[quantity] | ^^^^^^^^^^^ | = note: this error originates in the attribute macro `quantity` (in Nightly builds, run with -Z macro-backtrace for more info)