Skip to content

Commit fae5453

Browse files
committed
fix: proc-macro also needs tco feature
1 parent 09e05c9 commit fae5453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/vm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ stark-debug = []
7070
test-utils = ["openvm-stark-sdk"]
7171
# Tail call optimizations. This requires nightly for the `become` keyword (https://github.com/rust-lang/rust/pull/144232).
7272
# However tail call elimination is still an incomplete feature in Rust, so the `tco` feature remains experimental until then.
73-
tco = []
73+
tco = ["openvm-circuit-derive/tco"]
7474
# performance features:
7575
mimalloc = ["openvm-stark-backend/mimalloc"]
7676
jemalloc = ["openvm-stark-backend/jemalloc"]

0 commit comments

Comments
 (0)