]> git.lizzy.rs Git - rust.git/commit
Auto merge of #26305 - Nashenas88:field-method-message-2392, r=eddyb
authorbors <bors@rust-lang.org>
Sat, 20 Jun 2015 08:08:48 +0000 (08:08 +0000)
committerbors <bors@rust-lang.org>
Sat, 20 Jun 2015 08:08:48 +0000 (08:08 +0000)
commit7d4d77f1b482c997c850959ad48ce2f0c2379775
tree2c51fcca5abc9878298d7d4bc05e496dc75eef71
parentdd2151c701e64fa00e539957dabf40df820ee380
parentbae1df65aaabf6129636364d86d918c76ed52b6b
Auto merge of #26305 - Nashenas88:field-method-message-2392, r=eddyb

This fixes #2392

I'd like to thank @eddyb for helping me on this one! I wouldn't have gotten the complicated FnOnce check done without his help.