about summary refs log tree commit diff
path: root/src/test/ui/where-clauses
AgeCommit message (Collapse)AuthorLines
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-3/+1
2019-03-11Update testsVadim Petrochenkov-1/+1
2019-02-21update test files to reflect new outputNiko Matsakis-7/+14
One surprise: old-lub-glb-object.rs, may indicate a bug
2019-01-28Refer to synthetically named lifetimes as "some specific lifetime" rather ↵Rémy Rakic-1/+1
than "the specific lifetime"
2019-01-27Update test expectations for new placeholder error messagesRemy Rakic-2/+2
2019-01-12Rollup merge of #57459 - varkor:E0202-issue-reference, r=petrochenkovMazdak Farrokhzad-2/+2
Reference tracking issue for inherent associated types in diagnostic This makes it clearer that associated types in inherent impls are an intended feature, like the diagnostic for equality constraints in where clauses. (This is more helpful, because the lack of associated types is a confusing omission and it lets users more easily track the state of the feature.)
2019-01-08Consolidate equality constraints error messagevarkor-2/+2
2019-01-02say "the lifetime" instead of "some lifetime" when it feels rightNiko Matsakis-1/+1
In particular, when we want to indicate that there is a connection between the self type and the other types.
2019-01-02apply the same logic to ConcreteFailure errorsNiko Matsakis-9/+7
2019-01-02tests: worse diagnostics, but basically same errorsNiko Matsakis-15/+9
2018-12-25Remove licensesMark Rousskov-106/+16
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+371