1
Fork 0
rust/src/test/ui/pub/pub-restricted-error.stderr

9 lines
230 B
Text
Raw Normal View History

error: expected identifier, found `(`
2018-12-25 08:56:47 -07:00
--> $DIR/pub-restricted-error.rs:6:16
|
2018-02-23 03:42:32 +03:00
LL | pub(crate) () foo: usize, //~ ERROR expected identifier
| ^ expected identifier
error: aborting due to previous error