]> git.lizzy.rs Git - rust.git/commit
auto merge of #12774 : alexcrichton/rust/proc-bounds, r=pcwalton
authorbors <bors@rust-lang.org>
Wed, 12 Mar 2014 03:51:56 +0000 (20:51 -0700)
committerbors <bors@rust-lang.org>
Wed, 12 Mar 2014 03:51:56 +0000 (20:51 -0700)
commit8a32ee7444f9d9e3b8ea38ead0814cf13dd6e7cc
tree0a921cac31f073e12b612d769d37f5d023c683f5
parent0aa3b888568661eabd9994ad902eff8d44d59261
parent7b4ee5cce70b9976c96e1bee06493ad44037b000
auto merge of #12774 : alexcrichton/rust/proc-bounds, r=pcwalton

This is needed to make progress on #10296 as the default bounds will no longer
include Send. I believe that this was the originally intended syntax for procs,
and it just hasn't been necessary up until now.