mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 01:10:37 +00:00
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`
For more information about how librustdoc works, see the rustc dev guide.