summaryrefslogtreecommitdiff
path: root/src/dump_as_rust.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2015-03-21 15:50:12 +0800
committerJohn Hodge <tpg@mutabah.net>2015-03-21 15:50:12 +0800
commit5c0e31a6adcb76887e3877de537cfd1c6cf2ffa0 (patch)
tree1f4d7126f8e838395cac23d40b76e1f3f9e7dabe /src/dump_as_rust.cpp
parent0d7cf4b1e052642642fea63c5f328b7fa994fd05 (diff)
downloadmrust-5c0e31a6adcb76887e3877de537cfd1c6cf2ffa0.tar.gz
Misc (warning suppression, planning trait methods in resolve)
Diffstat (limited to 'src/dump_as_rust.cpp')
-rw-r--r--src/dump_as_rust.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dump_as_rust.cpp b/src/dump_as_rust.cpp
index a1fac249..764f5a86 100644
--- a/src/dump_as_rust.cpp
+++ b/src/dump_as_rust.cpp
@@ -308,6 +308,8 @@ public:
switch(n.m_datatype)
{
case CORETYPE_INVAL: break;
+ case CORETYPE_BOOL:
+ break;
case CORETYPE_CHAR:
m_os << "'\\u" << ::std::hex << n.m_value << ::std::dec << "'";
break;