mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-28 03:24:11 +00:00
To make this work, the `#[rustc_on_unimplemented]` data needs to be used to report method resolution errors, which is most of what this commit does. Fixes #94581