mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-02 17:25:45 +00:00
11 lines
262 B
Plaintext
11 lines
262 B
Plaintext
error: expected identifier, found `(`
|
|
--> $DIR/pub-restricted-error.rs:4:16
|
|
|
|
|
LL | struct Foo {
|
|
| --- while parsing this struct
|
|
LL | pub(crate) () foo: usize,
|
|
| ^ expected identifier
|
|
|
|
error: aborting due to 1 previous error
|
|
|