Now that support has been removed, all lingering use cases are renamed.
When a struct implements Drop, its fields should still drop in declaration order (just as they do when the struct does not implement Drop). Fixes #16492.