rust/compiler/rustc_middle
Michael Goulet b7e4433974 Foreign types are trivially drop
- 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.
2022-01-19 20:07:04 -08:00
..
benches
src Foreign types are trivially drop 2022-01-19 20:07:04 -08:00
Cargo.toml Update rayon and rustc-rayon 2022-01-10 11:34:07 -08:00
README.md

For more information about how rustc works, see the rustc dev guide.