mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
796b4d1fb4
When a trait bound fails due to the Self type parameter, adjust_fulfillment_errors now correctly points to the corresponding function argument instead of incorrectly pointing to other arguments. Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>