|
|
|
|
|
by ltungv
683 days ago
|
|
Can you elaborate on why it's too strict? I got RefCell working and passed to test suite just fine. Maybe the suite don't take into account some that's specific to Rust. If I remember correctly, there were some panics cause by RefCell borrows. But those got sorted out once I handled borrowing in the correct order. |
|