Improve needs_drop query
* Handle cycles in `needs_drop` correctly * Normalize types when computing `needs_drop` * Move queries from rustc to rustc_ty
This commit is contained in:
parent
39733223fc
commit
d1965216a3
10 changed files with 304 additions and 153 deletions
|
|
@ -1,3 +1,5 @@
|
|||
// ignore-test: This now ICEs again.
|
||||
|
||||
// build-pass
|
||||
|
||||
#![feature(type_alias_impl_trait)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue