]> git.lizzy.rs Git - rust.git/commit
Added the param-blindness attribute to `Rc` and `Arc`.
authorFelix S. Klock II <pnkfelix@pnkfx.org>
Fri, 9 Oct 2015 16:03:31 +0000 (18:03 +0200)
committerFelix S. Klock II <pnkfelix@pnkfx.org>
Fri, 9 Oct 2015 16:10:52 +0000 (18:10 +0200)
commit34076bc0c9fb9ee718e1cebc407547eef730a080
tree16a9e883526d7e60cc1f0ec5f0f80d5100e08328
parente1aba75a978b7a228c2e5c413e2262e24b74141f
Added the param-blindness attribute to `Rc` and `Arc`.

This was proven necessary after I added `Rc` and `Arc` to the rpass
test `dropck_legal_cycles.rs`; see PR #28929.
src/liballoc/arc.rs
src/liballoc/rc.rs