Files
rust/src/librustdoc
Jonas Schievink ee4461a996 Rollup merge of #81302 - LeSeulArtichaut:80777-trait-render, r=jyn514
Fix rendering of stabilization version for trait implementors

Rustdoc compares an item's stabilization version with its parent's to not render it if they are the same. Here, the implementor was compared with itself, resulting in the stabilization version never getting shown.

This probably needs a test.

Fixes #80777.
r? `@jyn514`
2021-01-24 22:10:04 +01:00
..
2020-11-17 10:33:14 +01:00
2021-01-15 13:55:03 -05:00
2021-01-15 12:49:45 -05:00

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