rust/tests/ui/consts/static-default-lifetime
Nicholas Nethercote 7e8184fa2a Improve AssocItem::descr.
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-04-11 11:03:08 +10:00
..
elided-lifetime.rs Improve AssocItem::descr. 2025-04-11 11:03:08 +10:00
elided-lifetime.stderr Improve AssocItem::descr. 2025-04-11 11:03:08 +10:00
generic-associated-const.rs Resolve const lifetimes to static in trait too 2024-06-14 11:05:35 -04:00
generic-associated-const.stderr Resolve const lifetimes to static in trait too 2024-06-14 11:05:35 -04:00
inner-item.rs
static-trait-impl.rs Improve AssocItem::descr. 2025-04-11 11:03:08 +10:00
static-trait-impl.stderr Improve AssocItem::descr. 2025-04-11 11:03:08 +10:00