about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/intra-doc-alias-ice.stderr
AgeCommit message (Collapse)AuthorLines
2020-11-28Move `src/test/rustdoc-ui` intra-doc tests into a subdirectoryJoshua Nelson-14/+0
This also changes the builder to allow using `x.py test src/test/rustdoc-ui/intra-doc`; before, it would panic that no paths were found.
2020-09-11Name the current moduleJoshua Nelson-2/+1
'not in scope' -> 'not in `module`'
2020-09-05Make errors more concise and helpfulJoshua Nelson-2/+1
Before: ``` = note: this link partially resolves to the struct `S` = note: no `fmt` in `S` ``` After: ``` = note: the struct `S` has no field or associated item named `fmt` ```
2020-09-05Fix tests and improve error message if `::` isn't foundJoshua Nelson-1/+1
2020-09-05Update .stderrJoshua Nelson-1/+1
2020-09-05[WIP] give better errors for broken intra doc linksJoshua Nelson-2/+3
2020-07-30Fix uitestsManish Goregaokar-1/+1
2020-07-30intra_doc_resolution_failures -> broken_intra_doc_linksManish Goregaokar-1/+1
2020-07-30Update uitest expectationsManish Goregaokar-1/+1
2020-07-30Rename to intra_doc_resolution_failuresManish Goregaokar-1/+1
2020-07-29Rename usage of intra_doc_link_resolution_failureManish Goregaokar-1/+1
2020-07-20refactor and reword intra-doc link errorsAndy Russell-3/+3
This commit refactors intra-doc link error reporting to deduplicate code and decouple error construction from the type of error. This greatly improves flexibility at each error construction site, while reducing the complexity of the diagnostic creation. This commit also rewords the diagnostics for clarity and style: - Diagnostics should not end in periods. - It's unnecessary to say "ignoring it". Since this is a warning by default, it's already clear that the link is ignored.
2020-01-24Normalise notes with the/isvarkor-1/+1
2019-11-25Update error messagesGuillaume Gomez-1/+1
2019-03-25compiletest: make path normalization smarterAndy Russell-1/+1
2019-03-11Update testsVadim Petrochenkov-1/+1
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-0/+2
2018-12-25Remove licensesMark Rousskov-2/+2
2018-09-19add -Zui-testing to rustdocQuietMisdreavus-2/+2
2018-07-30Fix Alias intra doc ICEGuillaume Gomez-0/+13