fn main() { // Turn on the testing feature when "cfg(test)" is given. #[cfg(feature = "test")] println!("cargo:rustc-cfg=feature=\"testing\"") }