rust/tests/pretty/enum-variant-vis.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
123 B
Rust
Raw Normal View History

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