rustdoc: enum fields should use fully-qualified type #86640
Labels
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Right now, when an enum field is rendered, it uses the bare type name without module or crate qualifiers. For instance: https://docs.rs/rustls/0.19.1/rustls/enum.TLSError.html
Those
Error
are two different error types from other crates: webpki::Error and sct::Error. And indeed you can see that by hovering them. I think the displayed name should also use the fully qualified form.The text was updated successfully, but these errors were encountered: