about summary refs log tree commit diff
path: root/tests/ui/impl-trait/auto-trait-selection.old.stderr
AgeCommit message (Collapse)AuthorLines
2025-07-07Point to correct argument in Func Call when Self type fails trait boundxizheyin-1/+3
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>
2024-07-24Do not assemble candidates for auto traits of opaque types in their defining ↵Oli Scherer-0/+26
scope