-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.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 generating the documentation, I noticed that the functions with impl
are displayed empty as a result. But in a stable version of the compiler everything is fine.
При создании документации я заметил, что функции с impl
в результате отображаются пустым. Но в стабильной версии компилятора все в порядке.
Compiler:
rustc 1.30.0-nightly (33b923fd4 2018-08-18)
- nightly <--- Not displayed
rustc 1.28.0 (9634041f0 2018-07-30)
- stable <--- OK
Nightly:
Stable:
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.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.