error[E0308]: mismatched types
--> tests/errors/scatter_map_single_expr_initializer.rs:7:35
|
6 | #[scatter(MAP)]
| --------------- expected due to this
7 | static BAD: (&'static str, u32) = stringify!(only_a_key);
| ^^^^^^^^^^^^^^^^^^^^^^ expected `(&str, u32)`, found `&str`
|
= note: expected tuple `(&'static str, u32)`
found reference `&'static str`