2021-07-11 17:16:26 +00:00
|
|
|
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
|
2021-07-11 17:16:26 +00:00
|
|
|
|
|
|
|
|
LL | ROOT_USER => true,
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|