rust-analyzer/crates/hir_ty
Florian Diebold 340f0fc333 Ignore Drop and Destruct bounds for now
- `T: ~const Drop` has a special meaning in Rust 1.61 that we don't implement.
  (So ideally, we'd only ignore `~const Drop`, but this should be fine
  for now.)
- `Destruct` impls are built-in in 1.62 (current nightlies as of 08-04-2022), so until
  the builtin impls are supported by Chalk, we ignore them as well.
  Since `Destruct` is implemented for everything in non-const contexts
  IIUC, this should also work fine.

Fixes #11932.
2022-04-08 14:29:43 +02:00
..
src Ignore Drop and Destruct bounds for now 2022-04-08 14:29:43 +02:00
Cargo.toml Bump chalk 2022-03-27 10:11:02 +03:00