]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/enum-variant-vis.rs
Sync rust-lang/portable-simd@03f6fbb21e6050da2a05b3ce8f480c020b384916
[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, }