1 2 3 4
fn main() { #[cfg(all(feature = "tls-native-tls", feature = "tls-rustls"))] compile_error!("Please specify one of tls-native-tls or tls-rustls, but not both"); }