summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-46438.stderr
blob: c1fad44b885f1d73bf91dbe17feebb1493ee4a42 (plain)
1
2
3
4
5
6
7
8
error: expected a trait, found type
  --> $DIR/issue-46438.rs:11:4
   |
LL | m!(&'static u8);
   |    ^^^^^^^^^^^

error: aborting due to previous error