rust/tests/ui/pattern/usefulness/auxiliary/non-exhaustive.rs

3 lines
54 B
Rust

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