summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hir/type.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hir/type.hpp b/src/hir/type.hpp
index 8065bc1e..fecaaa88 100644
--- a/src/hir/type.hpp
+++ b/src/hir/type.hpp
@@ -125,6 +125,7 @@ public:
}),
(Generic, struct {
::std::string name;
+ // 0xFFFF = Self, 0-255 = Type/Trait, 256-511 = Method, 512-767 = Placeholder
unsigned int binding;
}),
(TraitObject, struct {