]> git.lizzy.rs Git - rust.git/commit
Fix ICE when reporting closure and proc mismatch
authorEdward Wang <edward.yu.wang@gmail.com>
Mon, 21 Apr 2014 15:26:29 +0000 (23:26 +0800)
committerEdward Wang <edward.yu.wang@gmail.com>
Tue, 22 Apr 2014 07:54:02 +0000 (15:54 +0800)
commit741142e3faf2282bc6a87f5e83cb28274aa8205e
tree33ae010869e24013638d0b476f859a2e95e7350f
parente6c8c7c9c65a3623e98a62d98a8e71e483d5b7c7
Fix ICE when reporting closure and proc mismatch

Closes #13599
src/librustc/middle/ty.rs
src/librustc/middle/typeck/check/mod.rs
src/test/compile-fail/issue-13599.rs [new file with mode: 0644]