-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Closed
Labels
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
When rustdoc is run on libcore with JSON output, the output doesn't include several implementations, including one in finally.rs. In particular Drop for Finallyalizer isn't detected:
impl<'a,A> Drop for Finallyalizer<'a,A>Rustdoc should pick up every syntax element.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.