Post #1173010
2026-03-18 20:27 UTC
it's finally happened. i've been using #RustLang for ~11yrs now, and i have finally encountered a non-contrived situation where i need the `for<'a>` syntax.
Replies (2)
-
@benjamingeer@piaille.fr 2026-03-18 20:41
@carol@crabby.fyi I had a situation recently where the compiler told me it expected one of those (I think it was a for), but I couldn’t for the life of me figure out how to make it. In the end I refactored the code so it wasn’t needed. Is there a good guide explaining how to use those things?
-
@federicomena@mstdn.mx 2026-03-18 20:55
@carol@crabby.fyi or as I like to call it, the Highly Recalcitrant Trait Bullshit.