]> git.lizzy.rs Git - rust.git/blob - tests/pretty/enum-variant-vis.rs
Rollup merge of #107700 - jyn514:tools-builder, r=Mark-Simulacrum
[rust.git] / tests / 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, }