Skip to content

Commit e0c64fd

Browse files
committed
Auto merge of rust-lang#96630 - m-ysk:fix/issue-88038, r=notriddle
Include nonexported macro_rules! macros in the doctest target Fixes rust-lang#88038 This PR aims to include nonexported `macro_rules!` macros in the doctest target. For more details, please see the above issue.
2 parents dee97a2 + ea1937b commit e0c64fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/internal_macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ macro_rules! impl_fn_for_zst {
190190
///
191191
/// # Example
192192
///
193-
/// ```
193+
/// ```ignore(cannot-test-this-because-non-exported-macro)
194194
/// cfg_if! {
195195
/// if #[cfg(unix)] {
196196
/// fn foo() { /* unix specific functionality */ }

0 commit comments

Comments
 (0)