summaryrefslogtreecommitdiffstats
path: root/tests/ui/consts/issue-87046.stderr
blob: 0f965e1ac3f1b8b809ceeff837d4f7d270de2ba8 (plain)
1
2
3
4
5
6
7
8
error: cannot use unsized non-slice type `Username` in constant patterns
  --> $DIR/issue-87046.rs:28:13
   |
LL |             ROOT_USER => true,
   |             ^^^^^^^^^

error: aborting due to 1 previous error