rust/tests/ui/pub/pub-restricted-non-path.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
182 B
Plaintext
Raw Normal View History

error: expected identifier, found `.`
2018-12-25 15:56:47 +00:00
--> $DIR/pub-restricted-non-path.rs:3:6
|
2019-03-09 12:03:44 +00:00
LL | pub (.) fn afn() {}
| ^ expected identifier
error: aborting due to previous error