rust/compiler/rustc_trait_selection/src
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
..
traits Auto merge of #86866 - nikomatsakis:issue-84841, r=oli-obk 2021-07-04 17:39:37 +00:00
autoderef.rs Restrict access to crate_name. 2021-06-02 18:35:32 +02:00
infer.rs Fix use of bare trait objects everywhere 2021-03-18 02:18:58 +03:00
lib.rs remove cfg(bootstrap) 2021-05-24 11:07:48 -04:00
opaque_types.rs add various coments to explain how the code works 2021-06-18 11:44:56 -04:00