mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 02:53:43 +00:00
- Also rename a trivial_const_drop to match style of other functions in the util module. - Also add a test for `const Drop` that doesn't depend on a `~const` bound. - Also comment a bit why we remove the const bound during dropck impl check.
For more information about how rustc works, see the rustc dev guide.