Merge "Enable overflow checks in Rust"
diff --git a/rust/config/global.go b/rust/config/global.go
index 18776ab..43b49d1 100644
--- a/rust/config/global.go
+++ b/rust/config/global.go
@@ -47,6 +47,7 @@
 		"-C debuginfo=2",
 		"-C opt-level=3",
 		"-C relocation-model=pic",
+		"-C overflow-checks=on",
 		// Use v0 mangling to distinguish from C++ symbols
 		"-Z symbol-mangling-version=v0",
 	}