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.
1 parent 776c199 commit db4d4efCopy full SHA for db4d4ef
library/std/src/sys/env_consts.rs
@@ -2,7 +2,7 @@
2
3
// Replaces the #[else] gate with #[cfg(not(any(…)))] of all the other gates.
4
// This ensures that they must be mutually exclusive and do not have precedence
5
-// like cfg_if!.
+// like cfg_select!.
6
macro cfg_unordered(
7
$(#[cfg($cfg:meta)] $os:item)*
8
#[else] $fallback:item
0 commit comments