error: invalid key type `Newtype8`
   ╭▸ test/ui/invalid_key_type.aldrin:39:21
   │
39 │ newtype Set14 = set<Newtype8>;
   │                     ━━━━━━━━ type used here
   │
   ├ help: allowed key types are `u8`, `i8`, `u16`, `i16`, `u32`, `i32`, `u64`, `i64`,
   │       `string`, `uuid` and newtypes resolving to one of those
   ╰ note: `Newtype8` is a newtype, that resolves to the enum `invalid_key_type_import::Enum`