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 821c9a1 commit 7fa32dcCopy full SHA for 7fa32dc
local-crates/docs-rs-features/src/main.rs
@@ -1,4 +1,4 @@
1
-#[cfg(any(doc, feature = "docs_rs_feature"))]
+#[cfg(feature = "docs_rs_feature")]
2
compile_error!("oh no, a hidden regression!");
3
4
fn main() {
0 commit comments