about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--library/core/src/internal_macros.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/internal_macros.rs b/library/core/src/internal_macros.rs
index 7ef78e0b48a..5d4c9ba7395 100644
--- a/library/core/src/internal_macros.rs
+++ b/library/core/src/internal_macros.rs
@@ -190,7 +190,7 @@ macro_rules! impl_fn_for_zst {
 ///
 /// # Example
 ///
-/// ```
+/// ```ignore(cannot-test-this-because-non-exported-macro)
 /// cfg_if! {
 ///     if #[cfg(unix)] {
 ///         fn foo() { /* unix specific functionality */ }