]> git.lizzy.rs Git - rust.git/blobdiff - library/core/src/internal_macros.rs
Auto merge of #94598 - scottmcm:prefix-free-hasher-methods, r=Amanieu
[rust.git] / library / core / src / internal_macros.rs
index 7ef78e0b48af161015ef27375dee5755afcdc9df..5d4c9ba73951a6d0026699b5cb7d8bd323dcd389 100644 (file)
@@ -190,7 +190,7 @@ extern "rust-call" fn call_once(self, ($( $arg, )*): ($( $ArgTy, )*)) -> $Return
 ///
 /// # Example
 ///
-/// ```
+/// ```ignore(cannot-test-this-because-non-exported-macro)
 /// cfg_if! {
 ///     if #[cfg(unix)] {
 ///         fn foo() { /* unix specific functionality */ }