Files
rust/tests/ui/consts/issue-87046.stderr
T
2023-11-24 19:15:52 +01:00

9 lines
215 B
Plaintext

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