We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee118bd commit 8e27bdcCopy full SHA for 8e27bdc
crates/wasmtime/src/runtime/rr/mod.rs
@@ -7,7 +7,7 @@
7
//!
8
//! This module does NOT support RR for component builtins yet.
9
10
-#[cfg(feature = "component-model-async")]
+#[cfg(all(feature = "rr", feature = "component-model-async"))]
11
compile_error!("Support for `rr` not available with `component-model-async`");
12
13
use crate::config::{ModuleVersionStrategy, RecordSettings, ReplaySettings};
0 commit comments