]> git.lizzy.rs Git - rust.git/commit
replace `f.call_mut(a, b, ..)` with `f(a, b, ..)`
authorJorge Aparicio <japaricious@gmail.com>
Mon, 5 Jan 2015 19:07:10 +0000 (14:07 -0500)
committerJorge Aparicio <japaricious@gmail.com>
Mon, 5 Jan 2015 22:22:18 +0000 (17:22 -0500)
commitec11f66dbf68c7d0a958b28e520f547c885a3fde
treea8a5c6239452c1f8d2836f3f955fba172c55e92e
parentc98814b1243ddde1f41fbc86815397b3091f2215
replace `f.call_mut(a, b, ..)` with `f(a, b, ..)`
17 files changed:
src/test/compile-fail/moves-based-on-type-no-recursive-stack-closure.rs
src/test/compile-fail/unboxed-closures-type-mismatch.rs
src/test/compile-fail/unboxed-closures-vtable-mismatch.rs
src/test/run-pass/hashmap-memory.rs
src/test/run-pass/issue-16668.rs
src/test/run-pass/issue-3424.rs
src/test/run-pass/overloaded-calls-simple.rs
src/test/run-pass/trait-bounds-in-arc.rs
src/test/run-pass/unboxed-closures-boxed.rs
src/test/run-pass/unboxed-closures-extern-fn.rs
src/test/run-pass/unboxed-closures-fn-as-fnmut-and-fnonce.rs
src/test/run-pass/unboxed-closures-fnmut-as-fnonce.rs
src/test/run-pass/unboxed-closures-generic.rs
src/test/run-pass/unboxed-closures-manual-impl.rs
src/test/run-pass/unboxed-closures-prelude.rs
src/test/run-pass/unboxed-closures-simple.rs
src/test/run-pass/unboxed-closures-static-call-fn-once.rs