summaryrefslogtreecommitdiffstats
path: root/tests/ui/match/auxiliary/match_non_exhaustive_lib.rs
blob: 3be72551e092f072f03a49f7b0b0fc326bd3394c (plain)
1
2
3
4
5
#[non_exhaustive]
pub enum E1 {}

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