When clicking on the enum's name, it should move us to the documentation page, not just to the current item definition: https://doc.rust-lang.org/nightly/nightly-rustc/src/rustc_hir/hir.rs.html#3891-3939
I suspect --document-private being the issue here.
When clicking on the enum's name, it should move us to the documentation page, not just to the current item definition: https://doc.rust-lang.org/nightly/nightly-rustc/src/rustc_hir/hir.rs.html#3891-3939
I suspect
--document-privatebeing the issue here.