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 1e16edd commit b9fc773Copy full SHA for b9fc773
src/test/run-pass/cfgs-on-items.rs
@@ -13,7 +13,7 @@
13
#[cfg(fooA, not(bar))] // fooA AND !bar
14
fn foo1() -> int { 1 }
15
16
-#[cfg(not(fooA, bar))] // !(fooA AND bar)
+#[cfg(not(fooA, bar))] // !fooA AND !bar
17
fn foo2() -> int { 2 }
18
19
#[cfg(fooC)]
0 commit comments