os-rust/tests/ui/pub/pub-restricted-error.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
262 B
Text
Raw Normal View History

error: expected identifier, found `(`
2022-01-19 16:24:49 +01:00
--> $DIR/pub-restricted-error.rs:4:16
|
LL | struct Foo {
| --- while parsing this struct
2019-03-09 15:03:44 +03:00
LL | pub(crate) () foo: usize,
| ^ expected identifier
error: aborting due to 1 previous error