mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
60c0972af7
Add a test for default trait method with RPITITs This didn't work in #107013, but now that #108203 has landed, let's make sure we don't regress it. r? types