9 lines
216 B
Plaintext
9 lines
216 B
Plaintext
|
error: expected pattern, found `*`
|
||
|
--> $DIR/issue-33413.rs:14:10
|
||
|
|
|
||
|
LL | fn f(*, a: u8) -> u8 {} //~ ERROR expected pattern, found `*`
|
||
|
| ^ expected pattern
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|