1 2 3 4 5 6 7 8
#[cfg(all(feature = "binding_node", feature = "binding_wasm",))] compile_error!( "Macro cannot enable multiple bindings builder at once. Enable only one binding feature" ); fn main() { //noop }