2021-07-07 14:25:40 +02:00
|
|
|
error: expected one of `async`, `extern`, `fn`, or `unsafe`, found keyword `pub`
|
|
|
|
--> $DIR/issue-86895.rs:1:7
|
|
|
|
|
|
|
|
|
LL | const pub () {}
|
|
|
|
| ^^^ expected one of `async`, `extern`, `fn`, or `unsafe`
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2021-07-07 14:25:40 +02:00
|
|
|
|