Primitives can appear in modules.

This commit is contained in:
Nixon Enraght-Moony 2022-08-30 14:16:38 +01:00
parent 41d35a97f9
commit c98c7cbfa5

View File

@ -52,12 +52,12 @@ impl Kind {
Static => true,
Macro => true,
ProcMacro => true,
Primitive => true,
// FIXME(adotinthevoid): I'm not sure if these are corrent
ForeignType => false,
Keyword => false,
OpaqueTy => false,
Primitive => false,
ProcAttribute => false,
ProcDerive => false,