mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 17:24:06 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
9 lines
247 B
Plaintext
9 lines
247 B
Plaintext
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`
|
|
|
|
error: aborting due to 1 previous error
|
|
|