mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
efc55fac53
builtin dyn impl no guide inference cc https://github.com/rust-lang/rust/pull/141347 we can already slightly restrict this behavior in the old solver, so why not do so. Needs crater and an FCP. r? `@compiler-errors`