rustc/tests/ui/pattern/usefulness/auxiliary/non-exhaustive.rs
2024-05-29 11:23:22 +02:00

3 lines
54 B
Rust

#[non_exhaustive]
pub enum NonExhaustiveEnum { A, B }