auto merge of #12096 : brson/rust/morestack-addr, r=thestinger

This commit is contained in:
bors 2014-02-08 01:56:30 -08:00
commit b60bed9791
4 changed files with 0 additions and 41 deletions

View file

@ -310,9 +310,6 @@ extern "rust-intrinsic" {
pub fn visit_tydesc(td: *TyDesc, tv: &mut TyVisitor);
/// Get the address of the `__morestack` stack growth function.
pub fn morestack_addr() -> *();
/// Calculates the offset from a pointer. The offset *must* be in-bounds of
/// the object, or one-byte-past-the-end. An arithmetic overflow is also
/// undefined behaviour.