summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-46438.stderr
blob: aff2d77a0c85217b4c7c09f34abaf4b862475680 (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 1 previous error