Questions Traits with GAT as a method generic argument: "borrowed value does not live long enough" byMRJanuary 19, 2023
Questions Why do I get Lifetime 'a already in scope error when trying to use the same lifetime argument in method? byMRJanuary 12, 2023
Questions Is this an error in the Rust lifetime system, or do I just not understand lifetimes byMROctober 10, 2022
Questions Implementing ToOwned ('a -> 'static) for an enum containing Cow<'a, str> causes unmet lifetime requirement byMRMay 26, 2022
Questions C++ higher order functions: different results when declaring multiple functions byMRMay 25, 2022