rust/compiler/rustc_trait_selection
bors 23c652dfe3 Auto merge of #86866 - nikomatsakis:issue-84841, r=oli-obk
Hack: Ignore inference variables in certain queries

Fixes #84841
Fixes #86753

Some queries are not built to accept types with inference variables, which can lead to ICEs. These queries probably ought to be converted to canonical form, but as a quick workaround, we can return conservative results in the case that inference variables are found.

We should file a follow-up issue (and update the FIXMEs...) to do the proper refactoring.

cc `@arora-aman`

r? `@oli-obk`
2021-07-04 17:39:37 +00:00
..
src Auto merge of #86866 - nikomatsakis:issue-84841, r=oli-obk 2021-07-04 17:39:37 +00:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00