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