Primitives can appear in modules.
This commit is contained in:
parent
41d35a97f9
commit
c98c7cbfa5
@ -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,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user