rust/src/test/ui/pub/pub-restricted-non-path.stderr
2018-12-25 21:08:33 -07:00

9 lines
212 B
Plaintext

error: expected identifier, found `.`
--> $DIR/pub-restricted-non-path.rs:3:6
|
LL | pub (.) fn afn() {} //~ ERROR expected identifier
| ^ expected identifier
error: aborting due to previous error