2019-12-01 23:30:33 +01:00
|
|
|
//@ pp-exact
|
|
|
|
|
|
|
|
|
|
// Check that the visibility is printed on an enum variant.
|
|
|
|
|
|
2021-12-01 11:45:14 -08:00
|
|
|
fn main() {}
|
2019-12-01 23:30:33 +01:00
|
|
|
|
2025-03-29 17:24:03 +00:00
|
|
|
#[cfg(false)]
|
2019-12-01 23:30:33 +01:00
|
|
|
enum Foo { pub V, }
|