mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-10 05:53:10 +00:00
9 lines
184 B
Plaintext
9 lines
184 B
Plaintext
error: expected identifier, found `.`
|
|
--> $DIR/pub-restricted-non-path.rs:3:6
|
|
|
|
|
LL | pub (.) fn afn() {}
|
|
| ^ expected identifier
|
|
|
|
error: aborting due to 1 previous error
|
|
|