]> git.lizzy.rs Git - rust.git/commit
Rc: Add assumptions that the pointer is non-null
authorJames Miller <james@aatch.net>
Tue, 20 Jan 2015 20:35:24 +0000 (09:35 +1300)
committerBjörn Steinbrink <bsteinbr@gmail.com>
Tue, 3 Feb 2015 12:36:36 +0000 (13:36 +0100)
commit40b6e34240c6669fdf7fb1b83c3925b0becafd0e
tree6921f5b3802cc2764be4437015e22bca059bfbc6
parent7858cb432d3f2efc0374424cb2b51518f697c172
Rc: Add assumptions that the pointer is non-null

Since the snapshot compiler is still using an older LLVM version, omit
the call in stage0, because compile times explode otherwise.
src/liballoc/rc.rs