Why does the Rust compiler drop unused variables in the reverse order they were declared?
In the Rust book an example is provided in chapter 15 section 3 to show when Rust runs the drop function on the variables c and d.
In the Rust book an example is provided in chapter 15 section 3 to show when Rust runs the drop function on the variables c and d.