about summary refs log tree commit diff
path: root/tests/pretty/enum-variant-vis.rs
blob: 5b9f7e037595a0ba58caa27393196aca89bb4c57 (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, }