We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19bf27a + cd0bc63 commit 3fa3f36Copy full SHA for 3fa3f36
librocksdb-sys/build.rs
@@ -1,5 +1,5 @@
1
#[cfg(all(feature = "portable", feature = "march-native"))]
2
-compile_error!("feature "portable" and feature "march_native" cannot be enabled at the same time");
+compile_error!("feature 'portable' and feature 'march-native' cannot be enabled at the same time");
3
4
use std::env;
5
use std::fs;
0 commit comments