We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe224ab commit b2d1e7bCopy full SHA for b2d1e7b
1 file changed
bottlecap/src/bin/bottlecap/main.rs
@@ -74,6 +74,9 @@ use tokio_util::sync::CancellationToken;
74
use tracing::{debug, error};
75
use tracing_subscriber::EnvFilter;
76
77
+#[cfg(all(feature = "default", feature = "fips"))]
78
+compile_error!("When building in fips mode, the default feature must be disabled");
79
+
80
#[cfg(feature = "fips")]
81
fn log_fips_status() {
82
debug!("FIPS mode is enabled");
0 commit comments