{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreidfb7nw5yydsv3trwhdhevo4b5dolqcupuglpplrunl3idbfdkwnm",
"uri": "at://did:plc:ivbknywyskln22er3nkssdhl/app.bsky.feed.post/3mo4yisfxqyg2"
},
"path": "/t/add-new-reserved-lifetime-owned/24129#post_12",
"publishedAt": "2026-06-12T22:12:30.000Z",
"site": "https://internals.rust-lang.org",
"textContent": "I feel like you might want to explore higher-ranked trait bounds, or, as others have said, use multiple lifetime parameters. Your initial example is more-or-less asking for a `&'static &'static str` or a `&'static String` when you use `Check<'static, &'static str>` or `Check<'static, String>`. Using the same one lifetime parameter for everything is _really_ limiting.",
"title": "Add new reserved lifetime: 'owned"
}