2021-07-11 12:16:26 -05:00
|
|
|
error: cannot use unsized non-slice type `Username` in constant patterns
|
2022-01-19 09:24:49 -06:00
|
|
|
--> $DIR/issue-87046.rs:28:13
|
2021-07-11 12:16:26 -05:00
|
|
|
|
|
|
|
|
LL | ROOT_USER => true,
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2021-07-11 12:16:26 -05:00
|
|
|
|