Closed
Description
Following #79677, we realized that rustdoc users would prefer to have a syntax extension rather than using plain HTML to have warning blocks.
@dtolnay suggested the following:
/// WARNING: it doesn't work yet.
@Darksonn suggested:
[[info]]
| Many of Tokio's types are named the same as their synchronous equivalent in
| the Rust standard library. When it makes sense, Tokio exposes the same APIs
| as `std` but using `async fn`.
What do you think?
cc @rust-lang/rustdoc