]> git.lizzy.rs Git - rust.git/commit
Allow calling dyn trait super trait methods without the super trait in scope
authorFlorian Diebold <flodiebold@gmail.com>
Sat, 16 May 2020 16:32:15 +0000 (18:32 +0200)
committerFlorian Diebold <flodiebold@gmail.com>
Sat, 16 May 2020 16:37:05 +0000 (18:37 +0200)
commit811d25b7237cfb74a312369a7820bf6fbb81483e
tree83934cff398526185a237937140716d18a9c6744
parent9322790066fe86056965332078bed74ff7f77293
Allow calling dyn trait super trait methods without the super trait in scope

This also removes some vestiges of the old impl trait support which I think
aren't currently in use.
crates/ra_hir_ty/src/lib.rs
crates/ra_hir_ty/src/method_resolution.rs
crates/ra_hir_ty/src/tests/method_resolution.rs