about summary refs log tree commit diff
path: root/src/test/ui/impl-trait/impl-generic-mismatch.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-10Add rustc SHA to released DWARF debuginfoAlex Crichton-0/+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-05-21Move a test to ui tests so we can observe the output changes betterOliver Schneider-0/+42