rust/tests/ui/consts/issue-87046.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
215 B
Plaintext
Raw Normal View History

error: cannot use unsized non-slice type `Username` in constant patterns
2022-01-19 15:24:49 +00:00
--> $DIR/issue-87046.rs:28:13
|
LL | ROOT_USER => true,
| ^^^^^^^^^
error: aborting due to 1 previous error