We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ab010 commit df9a3a0Copy full SHA for df9a3a0
tests/target/issue_5428.rs
@@ -0,0 +1,6 @@
1
+// cfg-if: version 1.0.0
2
+cfg_if::cfg_if! {
3
+ if #[cfg(windows)] {
4
+ compile_error!{"..."};
5
+ }
6
+}
0 commit comments