We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a7d5d commit 6629256Copy full SHA for 6629256
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