]> git.lizzy.rs Git - rust.git/blob - tests/ui/consts/issue-87046.stderr
Rollup merge of #106927 - Ezrashaw:e0606-make-machine-applicable, r=estebank
[rust.git] / tests / ui / consts / issue-87046.stderr
1 error: cannot use unsized non-slice type `Username` in constant patterns
2   --> $DIR/issue-87046.rs:28:13
3    |
4 LL |             ROOT_USER => true,
5    |             ^^^^^^^^^
6
7 error: aborting due to previous error
8