]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-json/enums/auxiliary/color.rs
Rollup merge of #103702 - WaffleLapkin:lift-sized-bounds-from-pointer-methods-where...
[rust.git] / tests / rustdoc-json / enums / auxiliary / color.rs
1 pub enum Color {
2     Red,
3     Green,
4     Blue,
5 }