summaryrefslogtreecommitdiff
path: root/src/hir/hir.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hir/hir.hpp')
-rw-r--r--src/hir/hir.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hir/hir.hpp b/src/hir/hir.hpp
index a7c8c6e8..be83b7c3 100644
--- a/src/hir/hir.hpp
+++ b/src/hir/hir.hpp
@@ -222,7 +222,7 @@ public:
{
Rust,
C,
- U8, U16, U32,
+ Usize, U8, U16, U32, U64,
};
struct ValueVariant {
::std::string name;