1 2 3 4 5 6
use serde_repr::Serialize_repr; #[derive(Serialize_repr)] enum SmallPrime {} fn main() {}