mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
test taskdump docs (#8064)
This commit is contained in:
@@ -520,6 +520,20 @@ macro_rules! cfg_taskdump {
|
|||||||
target_arch = "x86_64"
|
target_arch = "x86_64"
|
||||||
)
|
)
|
||||||
))]
|
))]
|
||||||
|
#[cfg_attr(
|
||||||
|
docsrs,
|
||||||
|
doc(cfg(all(
|
||||||
|
tokio_unstable,
|
||||||
|
feature = "taskdump",
|
||||||
|
feature = "rt",
|
||||||
|
target_os = "linux",
|
||||||
|
any(
|
||||||
|
target_arch = "aarch64",
|
||||||
|
target_arch = "x86",
|
||||||
|
target_arch = "x86_64"
|
||||||
|
)
|
||||||
|
)))
|
||||||
|
)]
|
||||||
$item
|
$item
|
||||||
)*
|
)*
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user