Files
rust/tests/rustdoc-html
Noah Lev 98d3026c41 Resolve intra-doc links to variant fields behind type aliases
Previously, these failed to resolve, despite them working for struct
fields or enum variants that were behind aliases.

However, there is now an inconsistency where enum variant fields behind
an alias resolve to the entry on the alias's page, while enum variants
and struct fields resolve to the page of the backing ADT.
2026-01-08 11:19:02 -08:00
..