Skip to content

Commit cd0bc63

Browse files
committed
Fix compile_error argument error
1 parent 97d84fd commit cd0bc63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

librocksdb-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#[cfg(all(feature = "portable", feature = "march-native"))]
2-
compile_error!("feature "portable" and feature "march_native" cannot be enabled at the same time");
2+
compile_error!("feature 'portable' and feature 'march-native' cannot be enabled at the same time");
33

44
use std::env;
55
use std::fs;

0 commit comments

Comments
 (0)