]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #8800 : fhahn/rust/ticket_5239, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 29 Aug 2013 03:30:36 +0000 (20:30 -0700)
committerbors <bors@rust-lang.org>
Thu, 29 Aug 2013 03:30:36 +0000 (20:30 -0700)
I've added a test for the second example mentioned in #5239. The first example does not compile with a reasonable error message. Should I add a compile-fail test for that example as well?

    /rust/src/test/run-pass/issue-5239.rs:15:45: 15:51 error: binary operation + cannot be applied to type `&int`
    rust/src/test/run-pass/issue-5239.rs:15     let _f = |ref x: int| { x += 1};
                                                                                         ^~~~~~

    error: aborting due to previous error


Trivial merge