about summary refs log tree commit diff
path: root/src/test/pretty/enum-variant-vis.rs
blob: a3e8178aeb3ded4cd2a98ef3d8b7c1ed2ee679b5 (plain)
1
2
3
4
5
6
7
8
// pp-exact

// Check that the visibility is printed on an enum variant.

fn main() { }

#[cfg(FALSE)]
enum Foo { pub V, }