Skip to content

Edition 2024 practice problems in Rust

Difficulty:
Category:
Tag:

Showing 13 of 13

Status Title Difficulty
Boxed errors and downcasting Medium
Calling C from Rust: libc is already linked Medium
Edition 2024: unsafe extern blocks and safe declarations Medium
Edition 2024: #[unsafe(no_mangle)] and calling Rust from C in one file Hard
Follow-set rules: why the compiler rejects your matcher Hard
Fragment specifiers: the complete tour Medium
Guard lifetimes: still holding the lock, still not meaning to Hard
Let-chains: the edition-2024 feature that deletes your nesting Medium
ref, ref mut, and default binding modes in edition 2024 Medium
Returning impl Trait, and what edition 2024 changed Hard
static mut and the edition-2024 wall Medium
`static mut` is dead: what edition 2024 changed Medium
`unsafe {}` vs `unsafe fn`: edition 2024 splits the two meanings Easy