From: Tyler Mandry Date: Wed, 27 Nov 2019 21:28:39 +0000 (-0600) Subject: Rollup merge of #66704 - GuillaumeGomez:intra-doc-enum-variant-field, r=kinnison X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=ddb616df907acfcd6ff3339738f9f5d072967490;p=rust.git Rollup merge of #66704 - GuillaumeGomez:intra-doc-enum-variant-field, r=kinnison Intra doc enum variant field Part of #43466. Add intra-doc link support for this: ```rust enum Foo { X { y: u8, // can be found with Foo::X::y } } ``` r? @kinnison --- ddb616df907acfcd6ff3339738f9f5d072967490