Enter your book access code

The curriculum, drills, tutor, and interviewer mode are for readers of Ace the Rust Interview. The code is printed in the Preface (Companion site access).

Don’t have the book yet? The landing page stays open — purchase unlocks this gym.

intermediate · order 55

Review an unsafe PR

unsafe-redesign-05Related book chapters: 4 (optional — this page is complete on its own)unsafereview

Slug: unsafe-redesign-05 · Paired reading: Chapter 4

Prompt

struct Finding { line: u32, note: &'static str } and fn review_sum_raw() -> Vec<Finding> — return at least two findings about a classic unsound raw-pointer sum (null check, length trust, etc.).