about summary refs log tree commit diff
path: root/tests/ui/generic-const-items/compare-impl-item.stderr
AgeCommit message (Collapse)AuthorLines
2025-04-11Improve `AssocItem::descr`.Nicholas Nethercote-7/+7
The commit adds "associated" to the description of associated types and associated consts, to match the description of associated functions. This increases error message precision and consistency with `AssocKind::fmt`. The commit also notes an imperfection in `AssocKind::fmt`; fixing this imperfection is possible but beyond the scope of this PR.
2024-04-13Check regions earlier when comparing impl with trait item defLeón Orell Valerian Liehr-13/+22
2023-07-28Add UI tests for generic const itemsLeón Orell Valerian Liehr-0/+66