error: value of `returns_bytes` must be a bool help: give `returns_bytes` a boolean value: `returns_bytes=true` --> tests/ui/attribute_macro/bad_returns_bytes.rs:5:48 | 5 | #[request(method=21, url="test", returns_bytes=1)] | ^