rust/src/test/ui/pub/pub-restricted-error.stderr
Vadim Petrochenkov fa2d9fc4b9 Update UI tests
2018-02-26 20:24:02 +03:00

8 lines
231 B
Text

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