Is the order of dropping elements of array or tuple defined?

I want to know if I can relay on the order of dropping elements of fixed-size array or tuple.

This test shows it's left-to-right but is it defined but specs?

Yes, it is specified: Destructors - The Rust Reference

1 Like

https://github.com/rust-lang/rfcs/blob/master/text/1857-stabilize-drop-order.md