1
2
3
4
5
//! This crate should be compiled with the
//! `april` feature enabled.

#[cfg(feature = "april")]
compile_error!("APRIL FOOLS!");