error: value of `url` must be a string literal --> tests/ui/attribute_macro/bad_url.rs:5:44 | 5 | #[request(method=reqwest::Method::GET, url=STATIC_STR)] | ^^^^^^^^^^ error: value of `url` must be a string literal --> tests/ui/attribute_macro/bad_url.rs:8:44 | 8 | #[request(method=reqwest::Method::GET, url=42)] | ^^