os-rust/src/test/ui/pub/pub-restricted-non-path.stderr

9 lines
213 B
Text
Raw Normal View History

error: expected identifier, found `.`
--> $DIR/pub-restricted-non-path.rs:13:6
|
2018-02-23 03:42:32 +03:00
LL | pub (.) fn afn() {} //~ ERROR expected identifier
| ^ expected identifier
error: aborting due to previous error