blob: b0d6229d24b1f349bd73091629da5a0aa2e744df [file] [log] [blame]
error: expected a trait, found type
--> $DIR/issue-46438.rs:21:4
|
LL | m!(&'static u8); //~ ERROR expected a trait, found type
| ^^^^^^^^^^^
error: aborting due to previous error