os-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
184 B
Text
Raw Normal View History

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