rust/src/test/ui/pub/pub-restricted-error.stderr

9 lines
184 B
Plaintext
Raw Normal View History

error: expected identifier, found `(`
--> $DIR/pub-restricted-error.rs:16:16
|
16 | pub(crate) () foo: usize,
| ^
error: aborting due to previous error(s)