summaryrefslogtreecommitdiffstats
path: root/src/test/pretty/enum-variant-vis.rs
blob: fc646c2956c4f74b8e25c920cac036c7b91a9988 (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, }