summary refs log tree commit diff
path: root/src/test/ui/suggestions/impl-on-dyn-trait-with-implicit-static-bound.fixed
AgeCommit message (Expand)AuthorLines
2020-07-22Change error code numberEsteban Küber-3/+3
2020-07-22Handle fully-qualified paths and add test casesEsteban Küber-2/+23
2020-07-22Use `ty::Instance::resolve` to identify `'static` bound sourceEsteban Küber-13/+10
2020-07-22Further tweak wording of E0759 and introduce E0767Esteban Küber-4/+25
2020-07-22Increase accuracy of lifetime bound on trait object impl suggestionEsteban Küber-0/+36
2020-07-22Detect when `'static` obligation might come from an `impl`Esteban Küber-0/+37