diff options
author | Araq <rumpf_a@web.de> | 2019-04-05 17:00:46 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2019-04-06 17:32:53 +0200 |
commit | 1a202b9754cc347a4f02504944a4edb8dbb5bdc0 (patch) | |
tree | a826d5a355082c647bbb1ea29cf288bc5c04c0bf | |
parent | bc681a328f80d0b04a75840e76ef57546d99b402 (diff) | |
download | Nim-1a202b9754cc347a4f02504944a4edb8dbb5bdc0.tar.gz |
render lent types properly
-rw-r--r-- | compiler/types.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/types.nim b/compiler/types.nim index a84cf651e..c17e802f8 100644 --- a/compiler/types.nim +++ b/compiler/types.nim @@ -400,7 +400,7 @@ const "float", "float32", "float64", "float128", "uint", "uint8", "uint16", "uint32", "uint64", "owned", "sink", - "lent", "varargs[$1]", "UncheckedArray[$1]", "Error Type", + "lent ", "varargs[$1]", "UncheckedArray[$1]", "Error Type", "BuiltInTypeClass", "UserTypeClass", "UserTypeClassInst", "CompositeTypeClass", "inferred", "and", "or", "not", "any", "static", "TypeFromExpr", "FieldAccessor", |