]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #23811 - alexcrichton:libc-stable, r=Manishearth
authorManish Goregaokar <manishsmail@gmail.com>
Sun, 29 Mar 2015 12:52:15 +0000 (18:22 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Sun, 29 Mar 2015 12:52:15 +0000 (18:22 +0530)
commitef94b8a9d3e915318029b83e39af63861ca44952
tree143b5870c82eec23a6c5229298fb7dbbafff884c
parentfa3d778626c394b3242fa161e35ccdecf055a3f1
parentbd66f57e469b89a0b8ffbe273cac26c02cdf9874
Rollup merge of #23811 - alexcrichton:libc-stable, r=Manishearth

Right now the `std::isize::BYTES` typedef is `#[unstable]`, but liblibc is using
this, preventing it from compiling on stable Rust.