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