]> git.lizzy.rs Git - rust.git/blob - src/test/ui/unreachable/auxiliary/unreachable_variant.rs
Auto merge of #65422 - tmandry:rollup-r5u3mlc, r=tmandry
[rust.git] / src / test / ui / unreachable / auxiliary / unreachable_variant.rs
1 mod super_sekrit {
2     pub enum sooper_sekrit {
3         quux, baz
4     }
5 }