Skip to content

Commit 8e27bdc

Browse files
committed
Fix cfg for component model async gating
1 parent ee118bd commit 8e27bdc

File tree

1 file changed

+1
-1
lines changed
  • crates/wasmtime/src/runtime/rr

1 file changed

+1
-1
lines changed

crates/wasmtime/src/runtime/rr/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//!
88
//! This module does NOT support RR for component builtins yet.
99
10-
#[cfg(feature = "component-model-async")]
10+
#[cfg(all(feature = "rr", feature = "component-model-async"))]
1111
compile_error!("Support for `rr` not available with `component-model-async`");
1212

1313
use crate::config::{ModuleVersionStrategy, RecordSettings, ReplaySettings};

0 commit comments

Comments
 (0)