]> git.lizzy.rs Git - rust.git/commit
auto merge of #15313 : pcwalton/rust/overloaded-call-expr-use, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 2 Jul 2014 21:26:40 +0000 (21:26 +0000)
committerbors <bors@rust-lang.org>
Wed, 2 Jul 2014 21:26:40 +0000 (21:26 +0000)
commit3035d8dfb13077e195eb056568183911c90c1b4b
tree103dfd142023aa30c4c12c7f4868e8e3564d0e76
parent169c988d09a9d4e46de2b7fead9489e94964c7c7
parent454b9d2d1f742d25f95b956649a9a6d92b522da4
auto merge of #15313 : pcwalton/rust/overloaded-call-expr-use, r=alexcrichton

with overloaded calls.

This enforces the mutability and borrow restrictions around overloaded
calls.

[breaking-change]

Closes #12223.

r? @alexcrichton