Sign in
rust
/
rust
/
08650fbb506c44fbc95d91abfb7cd95a56bbff30
/
.
/
src
/
test
/
pretty
/
enum-variant-vis.rs
blob: fc646c2956c4f74b8e25c920cac036c7b91a9988 [
file
]
// pp-exact
// Check that the visibility is printed on an enum variant.
fn
main
()
{}
#[
cfg
(
FALSE
)]
enum
Foo
{
pub
V
,
}