]> git.lizzy.rs Git - rust.git/history - src/test/ui/suggestions/impl-on-dyn-trait-with-implicit-static-bound.rs
Change error code number
[rust.git] / src / test / ui / suggestions / impl-on-dyn-trait-with-implicit-static-bound.rs
2020-07-22 Esteban KüberChange error code number
2020-07-22 Esteban KüberHandle fully-qualified paths and add test cases
2020-07-22 Esteban KüberUse `ty::Instance::resolve` to identify `'static` bound...
2020-07-22 Esteban KüberFurther tweak wording of E0759 and introduce E0767
2020-07-22 Esteban KüberIncrease accuracy of lifetime bound on trait object...
2020-07-22 Esteban KüberDetect when `'static` obligation might come from an...