mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-18 09:25:13 -04:00
9 lines
122 B
Rust
9 lines
122 B
Rust
// pp-exact
|
|
|
|
// Check that the visibility is printed on an enum variant.
|
|
|
|
fn main() {}
|
|
|
|
#[cfg(FALSE)]
|
|
enum Foo { pub V, }
|