summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/host-rust/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host-rust/main.cc b/src/host-rust/main.cc
index 93c5147d..edbf91db 100644
--- a/src/host-rust/main.cc
+++ b/src/host-rust/main.cc
@@ -35,7 +35,7 @@ const char *defaultOutFnRust( const char *inputFileName )
HostType hostTypesRust[] =
{
- { "u8", 0, "byte", true, true, false, 0, UCHAR_MAX, 0, 0, 4 },
+ { "u8", 0, "byte", false, true, false, 0, UCHAR_MAX, 0, 0, 4 },
};
const HostLang hostLangRust =