]> git.lizzy.rs Git - rust.git/commit
Don't lower TypeBound::Lifetime as GenericPredicate::Error
authorLukas Wirth <lukastw97@gmail.com>
Sat, 20 Feb 2021 17:51:42 +0000 (18:51 +0100)
committerLukas Wirth <lukastw97@gmail.com>
Sat, 20 Feb 2021 18:08:20 +0000 (19:08 +0100)
commit9e5192d917e998d78fd25c4013eb8117f7401068
tree7b086dc1856824008099a1f4533bf4987383b076
parentba3a5c518a4e20ddacad05d7a8a67704ca2b2a9a
Don't lower TypeBound::Lifetime as GenericPredicate::Error
crates/hir_ty/src/lower.rs
crates/hir_ty/src/tests/method_resolution.rs
crates/hir_ty/src/tests/traits.rs
crates/ide/src/hover.rs