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

9 lines
212 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
|
2018-02-23 03:42:32 +03:00
LL | pub (.) fn afn() {} //~ ERROR expected identifier
| ^ expected identifier
error: aborting due to previous error