aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.zig')
-rw-r--r--src/main.zig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.zig b/src/main.zig
index effcef40d9..3f2dbd0cc7 100644
--- a/src/main.zig
+++ b/src/main.zig
@@ -2543,6 +2543,9 @@ fn buildOutputType(
}
process.exit(1);
},
+ error.ExportTableAndImportTableConflict => {
+ fatal("--import-table and --export-table may not be used together", .{});
+ },
else => fatal("unable to create compilation: {s}", .{@errorName(err)}),
};
var comp_destroyed = false;