]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/enum-variant-vis.rs
Rollup merge of #89621 - digama0:patch-2, r=yaahc
[rust.git] / src / test / pretty / enum-variant-vis.rs
1 // pp-exact
2
3 // Check that the visibility is printed on an enum variant.
4
5 fn main() {}
6
7 #[cfg(FALSE)]
8 enum Foo { pub V, }