summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 e226046c..6f4bedd0 100644
--- a/src/host-rust/main.cc
+++ b/src/host-rust/main.cc
@@ -44,7 +44,7 @@ const HostLang hostLangRust =
1,
0,
false,
- false, /* loopLabels */
+ true, /* loopLabels */
Translated,
BreakFeature,
&makeCodeGen,