about summary refs log tree commit diff
path: root/src/test/rustdoc/inline_cross/assoc-items.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-25Update testsGuillaume Gomez-5/+0
2017-11-29rustdoc: Fix issues with cross-crate inlined associated itemsOliver Middleton-0/+57
* Visibility was missing from impl items. * Attributes and docs were missing from consts and types in impls. * Const default values were missing from traits. This unifies the code that handles associated items from impls and traits.