diff options
| author | Tyler Mandry <tmandry@gmail.com> | 2019-11-27 15:28:39 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-27 15:28:39 -0600 |
| commit | ddb616df907acfcd6ff3339738f9f5d072967490 (patch) | |
| tree | 36d7293d3f24e012584e928d87277ca9287102d2 /src/test/debuginfo/enum-thinlto.rs | |
| parent | 48b0fd2060614fc917616e5023a2b1af3158308a (diff) | |
| parent | 97c427cc5ee8d1748ff3a3547bd22cd64d23a6e2 (diff) | |
| download | rust-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
