about summary refs log tree commit diff
path: root/src/test/ui/impl-trait/impl-generic-mismatch.stderr
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-3/+3
2018-09-10Add rustc SHA to released DWARF debuginfoAlex Crichton-3/+3
This commit updates the debuginfo that is encoded in all of our released artifacts by default. Currently it has paths like `/checkout/src/...` but these are a little inconsistent and have changed over time. This commit instead attempts to actually define the file paths in our debuginfo to be consistent between releases. All debuginfo paths are now intended to be `/rustc/$sha` where `$sha` is the git sha of the released compiler. Sub-paths are all paths into the git repo at that `$sha`.
2018-08-21Normalize source line and column numbers.David Wood-1/+1
This commit adds a normalization for line and column numbers in stderr files where the line/col is from the source directory rather than the test itself - thereby removing the need to update tests as compiler source changes.
2018-05-24Fix impl Trait suggestionEsteban Küber-6/+2
2018-05-24Account for negative offsets in suggestionsEsteban Küber-1/+1
When suggesting code that has a shorter span than the current code, account for this by keeping the offset as a signed value.
2018-05-22Prevent local paths into libstd from leaking into ui testsOliver Schneider-1/+1
2018-05-21Improve the diagnostic around impl Trait <-> generic param mismatchOliver Schneider-6/+18
2018-05-21Move a test to ui tests so we can observe the output changes betterOliver Schneider-0/+32