rust/src/librustdoc
Matthias Krüger d0ae6ebe63
Rollup merge of #98577 - GuillaumeGomez:associated-items, r=notriddle
Fix "kind" for associated types in trait implementations in rustdoc JSON

Fixes https://github.com/rust-lang/rust/issues/81340.

Contrary to what is suggested in the issue, I really think we should distinguish between associated items and "normal" constants and types.

cc `@CraftSpider` `@SimonSapin`
r? `@notriddle`
2022-06-27 22:35:11 +02:00
..
2022-06-07 11:38:51 +02:00
2022-06-07 11:38:51 +02:00
2022-06-27 10:52:53 +02:00
2022-06-27 10:43:51 +02:00
2022-06-07 11:38:51 +02:00

For more information about how librustdoc works, see the rustc dev guide.