xref: /Universal-ctags/Units/parser-rust.r/rust-visibility-spec.d/expected.tags (revision 6481c72acffde3c30bca7e85330913127e007612)
1Test	input.rs	/^struct Test {$/;"	s
2another	input.rs	/^    pub another: i32,$/;"	m	struct:Test
3field	input.rs	/^    field: i32,$/;"	m	struct:Test
4yet_another	input.rs	/^    pub(crate) yet_another: i32,$/;"	m	struct:Test
5