about summary refs log tree commit diff
path: root/tests/ui/lint/non-local-defs/generics.stderr
AgeCommit message (Expand)AuthorLines
2024-10-11Remove deprecation note in the `non_local_definitions` warningUrgau-3/+0
2024-09-23Remove with/without trait and bounds considerationUrgau-3/+0
2024-09-23Point to every relevant types in the main diagUrgau-3/+2
2024-09-23Rework `non_local_definitions` lint to only be a syntactic heuristicUrgau-117/+7
2024-09-23Revert "Switch back `non_local_definitions` lint to allow-by-default"Urgau-20/+16
2024-06-27Switch back `non_local_definitions` lint to allow-by-defaultUrgau-16/+20
2024-05-27non_local_defs: point the parent item when appropriateUrgau-78/+51
2024-05-27non_local_defs: point to Self and Trait to give more contextUrgau-8/+31
2024-05-27non_local_defs: be more precise about what needs to be movedUrgau-27/+17
2024-05-27non_local_defs: use labels to indicate what may need to be movedUrgau-8/+92
2024-05-27non_local_defs: use span of the impl def and not the impl blockUrgau-36/+13
2024-05-27non_local_defs: improve some notes around trait, bounds, constsUrgau-16/+16
2024-05-27non_local_defs: switch to more friendly primary messageUrgau-8/+8
2024-04-09Split `non_local_definitions` lint tests in separate test filesUrgau-0/+114