Questions How to allow immutable and mutable borrows to coexist in a function with explicit lifetimes? byMRApril 25, 2022
Questions Why does the compiler expect a double reference instead of a reference when treating a slice as an iterator? byMRApril 8, 2022
Questions How do I fix "borrowed value does not live long enough" from serde_json::from_slice without incurring a memory leak? byMRMarch 1, 2022
Questions Is it possible that `shared_ptr::use_count() == 0` and `shared_ptr::get() != nullptr`? byMRNovember 25, 2021