error: the `request` macro requires name-value arguments help: consider giving `request` some arguments: `#[request(name=value, other=value)]` --> tests/ui/attribute_macro/no_args.rs:3:1 | 3 | #[request()] | ^^^^^^^^^^^^ | = note: this error originates in the attribute macro `request` (in Nightly builds, run with -Z macro-backtrace for more info) error: the `request` macro requires name-value arguments help: consider giving `request` some arguments: `#[request(name=value, other=value)]` --> tests/ui/attribute_macro/no_args.rs:6:1 | 6 | #[request] | ^^^^^^^^^^ | = note: this error originates in the attribute macro `request` (in Nightly builds, run with -Z macro-backtrace for more info)