about summary refs log tree commit diff
path: root/tests/ui/consts/static-default-lifetime/static-trait-impl.stderr
AgeCommit message (Collapse)AuthorLines
2025-04-11Improve `AssocItem::descr`.Nicholas Nethercote-3/+3
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.
2025-03-26Use the correct binder scope for elided lifetimes in assoc constsOli Scherer-17/+7
2024-08-22Do not rely on names to find lifetimes.Camille GILLOT-3/+3
2024-06-14Add more testsMichael Goulet-0/+45