]> git.lizzy.rs Git - rust.git/commit
Remove unnecessary unwind messages
authorAlex Crichton <alex@alexcrichton.com>
Fri, 1 Nov 2013 18:20:01 +0000 (11:20 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 1 Nov 2013 18:58:25 +0000 (11:58 -0700)
commitb00449380f520deb65de26e654aeaba4561ee13f
treea55600b9d01023cb19606c7432472ec7196e3988
parent61637439dcced37391f7896561c0feb7790626f3
Remove unnecessary unwind messages

Now that the type_id intrinsic is working across crates, all of these
unnecessary messages can be removed to have the failure type for a task truly be
~Any and only ~Any
src/libstd/any.rs
src/libstd/rt/kill.rs
src/libstd/rt/task.rs
src/libstd/task/mod.rs
src/libstd/task/spawn.rs