Sign in
rust
/
rust
/
b451c258ba8a2c374fdce8a857bd869adc8d2804
/
.
/
tests
/
pretty
/
enum-variant-vis.rs
blob: 5b9f7e037595a0ba58caa27393196aca89bb4c57 [
file
]
//@ pp-exact
// Check that the visibility is printed on an enum variant.
fn
main
()
{}
#[
cfg
(
false
)]
enum
Foo
{
pub
V
,
}