You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/vm/Cargo.toml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,9 @@ basic-memory = []
68
68
# turns on stark-backend debugger in all proofs
69
69
stark-debug = []
70
70
test-utils = ["openvm-stark-sdk"]
71
+
# Tail call optimizations. This requires nightly for the `become` keyword (https://github.com/rust-lang/rust/pull/144232) which will likely be stabilized in Rust 1.90
72
+
# However `become` may still lead to compiler panics instead of runtime panics, so `tco` will remain a separate feature.
0 commit comments