about summary refs log tree commit diff
path: root/tests/ui/consts/static-default-lifetime
AgeCommit message (Collapse)AuthorLines
2025-04-11Improve `AssocItem::descr`.Nicholas Nethercote-8/+8
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-28Do not treat lifetimes from parent items as influencing child itemsOli Scherer-0/+13
2025-03-26Use the correct binder scope for elided lifetimes in assoc constsOli Scherer-32/+16
2024-08-22Do not rely on names to find lifetimes.Camille GILLOT-6/+6
2024-06-14Resolve const lifetimes to static in trait tooMichael Goulet-20/+7
2024-06-14Add more testsMichael Goulet-0/+245