]> git.lizzy.rs Git - rust.git/commit
libs: fix #[stable] inheritance fallout
authorAaron Turon <aturon@mozilla.com>
Sat, 15 Nov 2014 04:39:41 +0000 (20:39 -0800)
committerAaron Turon <aturon@mozilla.com>
Sat, 15 Nov 2014 04:39:41 +0000 (20:39 -0800)
commit4caffa8526b2d359aff853964b08aebb9683bcdb
tree83d5bd1ff349ad16014843ee9fa4172ce52f3858
parent1bf06495443584539b958873e04cc2f864ab10e4
libs: fix #[stable] inheritance fallout

A recent change turned off inheritance for the #[stable] by default, but
failed to catch all the cases where this was being used in std. This
patch fixes that problem.
src/liballoc/rc.rs
src/libcollections/vec.rs
src/libcore/any.rs
src/libcore/atomic.rs
src/libcore/cell.rs
src/libcore/option.rs
src/libcore/result.rs