about summary refs log tree commit diff
path: root/tests/debuginfo/enum-thinlto.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-04-08 12:34:12 +0000
committerGitHub <noreply@github.com>2022-04-08 12:34:12 +0000
commit847c552ab3d257a45fee6ef2c1737de52c081d11 (patch)
tree788259da4b54c4004b38d9942f759e7e3f0ff210 /tests/debuginfo/enum-thinlto.rs
parentbc56920757c248229c341fb90d44fe3d4767c491 (diff)
parent340f0fc3334f11b30f4c55757a0acb0b76ac5e37 (diff)
downloadrust-847c552ab3d257a45fee6ef2c1737de52c081d11.tar.gz
rust-847c552ab3d257a45fee6ef2c1737de52c081d11.zip
Merge #11936
11936: Ignore `Drop` and `Destruct` bounds for now r=flodiebold a=flodiebold

- `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), 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.

Co-authored-by: Florian Diebold <flodiebold@gmail.com>
Diffstat (limited to 'tests/debuginfo/enum-thinlto.rs')
0 files changed, 0 insertions, 0 deletions