Files
rust/tests
Matthias Krüger 40e1ccf458 Rollup merge of #143567 - xizheyin:143336, r=compiler-errors
Point to correct argument in Func Call when Self type fails trait bound

Fixes rust-lang/rust#143336

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. This is because `Call` may also need to handle the `self` parameter, and not just `MethodCall` needs to be handled, as rust-lang/rust#143336.

r? compiler
2025-07-08 03:09:56 +02:00
..
2025-07-06 18:10:52 -04:00
2025-07-06 18:10:52 -04:00
2025-06-30 07:49:20 -05:00
2025-07-01 19:00:21 +00:00
2025-07-06 09:51:35 +02:00
2025-07-01 15:49:45 +02:00
2025-07-07 03:45:09 +00:00