about summary refs log tree commit diff
path: root/src/test/debuginfo/enum-thinlto.rs
diff options
context:
space:
mode:
authorTyler Mandry <tmandry@gmail.com>2019-11-27 15:28:39 -0600
committerGitHub <noreply@github.com>2019-11-27 15:28:39 -0600
commitddb616df907acfcd6ff3339738f9f5d072967490 (patch)
tree36d7293d3f24e012584e928d87277ca9287102d2 /src/test/debuginfo/enum-thinlto.rs
parent48b0fd2060614fc917616e5023a2b1af3158308a (diff)
parent97c427cc5ee8d1748ff3a3547bd22cd64d23a6e2 (diff)
downloadrust-ddb616df907acfcd6ff3339738f9f5d072967490.tar.gz
rust-ddb616df907acfcd6ff3339738f9f5d072967490.zip
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
Diffstat (limited to 'src/test/debuginfo/enum-thinlto.rs')
0 files changed, 0 insertions, 0 deletions