We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--no-default-features
1 parent 39ec4e1 commit 4aa3ac8Copy full SHA for 4aa3ac8
build.rs
@@ -2,7 +2,7 @@
2
fn main() {}
3
4
#[cfg(all(not(feature = "inline_asm"), not(feature = "stable")))]
5
-fn check_inline_asm() {
+fn main() {
6
compile_error!("Neither feature \"stable\" nor \"inline_asm\" was set!");
7
}
8
0 commit comments