aboutsummaryrefslogtreecommitdiff
path: root/codegen/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'codegen/src/main.rs')
-rw-r--r--codegen/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/codegen/src/main.rs b/codegen/src/main.rs
index d1994bb..64bddd9 100644
--- a/codegen/src/main.rs
+++ b/codegen/src/main.rs
@@ -14,5 +14,5 @@ fn main() {
let mut registry = syntex::Registry::new();
ext::register(&mut registry);
- registry.expand("state_table", src, dst);
+ registry.expand("state_table", src, dst).expect("expand stable_table ok");
}