blob: e5b13218de1b45b44eb8f2e0a025c8b5fe24e897 [file] [log] [blame]
error: expected identifier, found `.`
--> $DIR/pub-restricted-non-path.rs:13:6
|
13 | pub (.) fn afn() {} //~ ERROR expected identifier
| ^ expected identifier
error: aborting due to previous error