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

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

3 lines
54 B
Rust
Raw Normal View History

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