Split drop-order sentence out from nesting rule

We have a set of rules that describe how drop scopes are nested.
There's a rule that provides a lead-in for this.  That rule also
contained a claim about the drop order when multiple scopes are left
at once.  Let's break that claim out into its own rule so that we can
cite it separately.
1 file changed
tree: 49b04f25ec50a293d6cf377588e2d71c66ef49d1
  1. .cargo/
  2. .github/
  3. dev-guide/
  4. docs/
  5. src/
  6. theme/
  7. tools/
  8. .gitattributes
  9. .gitignore
  10. book.toml
  11. Cargo.lock
  12. Cargo.toml
  13. CONTRIBUTING.md
  14. LICENSE-APACHE
  15. LICENSE-MIT
  16. README.md
  17. reference.md
  18. rust-toolchain.toml
  19. rustfmt.toml
  20. triagebot.toml
README.md

The Rust Language Reference

This document is the primary reference for the Rust programming language.

Contributor docs

See the Reference Developer Guide for information on contributing to the Reference.