mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-18 23:11:36 +00:00
test whether it is unnecessary (#18893)
This commit is contained in:
@@ -35,7 +35,7 @@ proc checkConstructedType*(conf: ConfigRef; info: TLineInfo, typ: PType) =
|
||||
proc searchInstTypes*(g: ModuleGraph; key: PType): PType =
|
||||
let genericTyp = key[0]
|
||||
if not (genericTyp.kind == tyGenericBody and
|
||||
key[0] == genericTyp and genericTyp.sym != nil): return
|
||||
genericTyp.sym != nil): return
|
||||
|
||||
for inst in typeInstCacheItems(g, genericTyp.sym):
|
||||
if inst.id == key.id: return inst
|
||||
|
||||
Reference in New Issue
Block a user