mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 18:28:13 +03:00
5 lines
153 B
Rust
5 lines
153 B
Rust
#[cfg(all(feature = "rkyv-impl", feature = "rkyv-bytecheck-impl"))]
|
|
compile_error!("Cannot enable bytechcked, non-bytechecked rkyv both");
|
|
|
|
fn main() {}
|