]> git.lizzy.rs Git - rust.git/commit
Handle closures in get_field_ty
authorRalf Jung <post@ralfj.de>
Sat, 19 Aug 2017 14:38:36 +0000 (16:38 +0200)
committerRalf Jung <post@ralfj.de>
Thu, 24 Aug 2017 11:34:05 +0000 (13:34 +0200)
commite332ab9b13998ced5b390a56326611c794cc60b9
tree896787d27e707bcff58d6be63cd8efe256bdb1be
parent3f3fadae6f9071ac1796f441323af6376fb01677
Handle closures in get_field_ty

Fixes #304
src/librustc_mir/interpret/eval_context.rs
tests/run-pass/closure-field-ty.rs [new file with mode: 0644]