summary refs log tree commit diff
path: root/src/test/rustdoc-ui/intra-link-errors.rs
AgeCommit message (Expand)AuthorLines
2020-09-23Unify primitive errors with other intra-link errorsJoshua Nelson-1/+10
2020-09-23Perform most diagnostic lookups in `resolution_failure`Joshua Nelson-4/+12
2020-09-11Name the current moduleJoshua Nelson-3/+3
2020-09-05Find the first segment that failed to resolve for _any_ namespaceJoshua Nelson-0/+8
2020-09-05Give a much better error message when an item has a macro disambiguatorJoshua Nelson-1/+1
2020-09-05 Say 'prefix with `kind@`' instead of 'prefix with the item kind'Joshua Nelson-1/+1
2020-09-05Don't suggest \[ \] if there's a :: in the pathJoshua Nelson-2/+0
2020-09-05Show the first path segment which failed to resolve.Joshua Nelson-3/+2
2020-09-05Give a better error message when linking to a macro with the wrong disambiguatorJoshua Nelson-0/+21
2020-09-05Make errors more concise and helpfulJoshua Nelson-7/+3
2020-09-05Remove some TODOsJoshua Nelson-1/+0
2020-09-05Don't give misleading errors for `f::A`, where f is in the value namespaceJoshua Nelson-3/+3
2020-09-05Fix tests and improve error message if `::` isn't foundJoshua Nelson-8/+8
2020-09-05Pass on the DefId so rustdoc can name it in suggestionsJoshua Nelson-0/+7
2020-09-05Report if the thing exists in another namespaceJoshua Nelson-0/+1
2020-09-05[WIP] give better errors for broken intra doc linksJoshua Nelson-0/+59