mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-27 18:06:01 +00:00
4484: Allow calling dyn trait super trait methods without the super trait in scope r=flodiebold a=flodiebold This also removes some vestiges of the old impl trait support which I think aren't currently in use. Co-authored-by: Florian Diebold <flodiebold@gmail.com>