We can't find the internet
Attempting to reconnect
Something went wrong!
Attempting to reconnect
Panic practice problems in Rust
Difficulty:
Category:
Tag:
Showing 8 of 8
| Status | Title | Difficulty | Category | Tags |
|---|---|---|---|---|
| Build your own #[test]: catching panics deterministically | Hard | Framework |
|
|
| Documenting failure: # Errors and # Panics | Medium | Framework |
|
|
| JoinHandle, panics and thread::Result | Medium | Primitives |
|
|
| macro_rules! scoping is not item scoping | Hard | Framework |
|
|
| Poisoning: what a panic does to a lock | Medium | Framework |
|
|
| `RefCell<T>`: borrowing checked at runtime | Medium | Primitives |
|
|
| unwrap and expect discipline | Medium | Primitives |
|
|
| When `RefCell` panics: re-entrancy and borrows held too long | Hard | Primitives |
|