Sign in
rust
/
rust
/
e81423abe7e2dfd2effa8cd385e9ec1376bfd9d7
/
.
/
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
,
}