aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/parser/inline/ok/0160_crate_visibility_in.rs
blob: 2856dbd848f111633051bb9d413942471cc5f3ec (plain)
1
2
pub(in super::A) struct S;
pub(in crate) struct S;