rustdoc shows __arg0 for mutable parameter to async function #77533
Labels
A-async-await
Area: Async & Await
C-bug
Category: This is a bug.
P-medium
Medium priority
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
I tried this code:
I expected to see this happen: In the Rustdoc output, a parameter named
x
.Instead, this happened: In the Rustdoc output,
pub async fn do_thing(__arg0: u32)
.Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: