Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
pretty
/
enum-variant-vis.rs
blob: 3397e7dc8e281d36ec45cbd9e7f6d401706951be [
file
] [
log
] [
blame
] [
edit
]
//@ pp-exact
// Check that the visibility is printed on an enum variant.
fn
main
()
{}
#[
cfg
(
FALSE
)]
enum
Foo
{
pub
V
,
}