From: bors Date: Tue, 24 Oct 2017 03:55:22 +0000 (+0000) Subject: Auto merge of #44984 - Maaarcocr:master, r=nikomatsakis X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=a789fa0440214347e1bf6228fdb8fd36bf2f4520;p=rust.git Auto merge of #44984 - Maaarcocr:master, r=nikomatsakis Create NormalizeTy query As part of the effort to solve #44891, I've created the normalize_ty query. As outlined in the issue this meant: - renamed `normalize_associated_type()` to `normalize_associated_type_in()` - created the `normalize_ty` query - substituted the use of memoize with the query This PR is not ready. While running tests, one of the incremental ones failed. [This](https://pastebin.com/vGhH6bv6) is the error I got. --- a789fa0440214347e1bf6228fdb8fd36bf2f4520