]> git.lizzy.rs Git - rust.git/commit
auto merge of #11111 : alexcrichton/rust/issue-11039, r=brson
authorbors <bors@rust-lang.org>
Mon, 23 Dec 2013 02:21:34 +0000 (18:21 -0800)
committerbors <bors@rust-lang.org>
Mon, 23 Dec 2013 02:21:34 +0000 (18:21 -0800)
commit57724012ff4bc48e362102b30113359c2f45c28d
treebd2d901f389ad4d9cb0d30c1d5a92f45761386a0
parent1b4bbc89b3ce40dc95abec688c322fef798292f1
parent67c02222526d46875ddabfda1b7a936564f916ff
auto merge of #11111 : alexcrichton/rust/issue-11039, r=brson

None of these primitives should be Freeze because sharing them in an Arc is a
very bad idea.

Closes #11039