swc/crates/swc_ecma_ast/build.rs

5 lines
153 B
Rust
Raw Normal View History

#[cfg(all(feature = "rkyv-impl", feature = "rkyv-bytecheck-impl"))]
compile_error!("Cannot enable bytechcked, non-bytechecked rkyv both");
fn main() {}