about summary refs log tree commit diff
path: root/src/test/ui/unsized3.stderr
AgeCommit message (Collapse)AuthorLines
2020-04-08Small tweaks to required bound spanEsteban Küber-4/+4
2020-03-22Increase verbosity when suggesting subtle code changesEsteban Küber-6/+10
2020-02-02Account for `?Sized` type parameter boundsEsteban Küber-22/+14
2020-02-02Suggest `?Sized` on type parametersEsteban Küber-4/+16
2019-10-15Use structured suggestion for restricting boundsEsteban Küber-6/+12
When a trait bound is not met and restricting a type parameter would make the restriction hold, use a structured suggestion pointing at an appropriate place (type param in param list or `where` clause). Account for opaque parameters where instead of suggesting extending the `where` clause, we suggest appending the new restriction: `fn foo(impl Trait + UnmetTrait)`.
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-4/+4
2019-09-19When possible point at argument causing item obligation failureEsteban Küber-10/+10
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-20/+12
2019-01-01Fix broken links to second edition TRPL.Corey Farwell-6/+6
Fixes https://github.com/rust-lang/rust/issues/57104.
2018-12-25Remove licensesMark Rousskov-10/+10
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+91