1 2 3 4 5 6 7
struct Bar(pub(())); struct Foo { pub(crate) () foo: usize, //~ ERROR expected identifier } fn main() {}