]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #32228 - jonas-schievink:diag1, r=sanxiyn
authorbors <bors@rust-lang.org>
Wed, 16 Mar 2016 15:02:15 +0000 (08:02 -0700)
committerbors <bors@rust-lang.org>
Wed, 16 Mar 2016 15:02:15 +0000 (08:02 -0700)
Normalize return type when checking for E0269

Fixes #31597

First time dealing with normalization. Maybe `normalize_associated_type` would be better here, but it seems to imply it's only used during trans.


Trivial merge