about summary refs log tree commit diff
path: root/src/test/ui/suggestions/impl-on-dyn-trait-with-implicit-static-bound.stderr
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-105/+0
2022-06-03Fully stabilize NLLJack Huey-72/+42
2022-05-22Use revisions for NLL in suggestionsJack Huey-13/+13
2022-01-29Rollup merge of #88205 - danii:e0772, r=GuillaumeGomezMatthias Krüger-1/+2
2022-01-28Add Explanation For Error E0772Daniel Conley-1/+2
2021-12-10Tweak wordingEsteban Kuber-6/+6
2021-08-11Modify structured suggestion outputEsteban Küber-7/+7
2020-07-22Change error code numberEsteban Küber-3/+3
2020-07-22Handle fully-qualified paths and add test casesEsteban Küber-10/+36
2020-07-22Use `ty::Instance::resolve` to identify `'static` bound sourceEsteban Küber-23/+24
2020-07-22Further tweak wording of E0759 and introduce E0767Esteban Küber-20/+44
2020-07-22Add more context to diagnosticEsteban Küber-4/+32
2020-07-22Increase accuracy of lifetime bound on trait object impl suggestionEsteban Küber-3/+29
2020-07-22Detect when `'static` obligation might come from an `impl`Esteban Küber-0/+29