about summary refs log tree commit diff
path: root/tests/ui/methods/method-deref-to-same-trait-object-with-separate-params.stderr
AgeCommit message (Collapse)AuthorLines
2025-07-17fix: fix issue 143740, Wrong messages from compiler confusing methods with ↵codedump-13/+3
the same name from different traits
2025-06-13Unimplement unsized_localsmejrs-19/+10
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-10/+10
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-6/+9
``` error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields --> $DIR/attempted-access-non-fatal.rs:7:15 | LL | let _ = 2.l; | ^ | help: if intended to be a floating point literal, consider adding a `0` after the period and a `f64` suffix | LL - let _ = 2.l; LL + let _ = 2.0f64; | ```
2024-03-27Sort method suggestions by `DefPath` instead of `DefId`Oli Scherer-12/+12
2023-11-07Rework print_disambiguation_helpMichael Goulet-2/+2
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-3/+3
2023-01-11Move /src/test to /testsAlbert Larsan-0/+87