about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-56943.rs
AgeCommit message (Collapse)AuthorLines
2019-01-21Print visible name for types as well as modules.David Wood-0/+8
This commit extends previous work in #55007 where the name from the visible parent was used for modules. Now, we also print the name from the visible parent for types.