Register new snapshots

This commit is contained in:
Alex Crichton 2013-10-17 10:05:34 -07:00
parent 2cb96a4eaf
commit 0adb41d0eb
7 changed files with 8 additions and 167 deletions

View file

@ -172,7 +172,6 @@ pub trait TyVisitor {
extern "rust-intrinsic" {
/// Abort the execution of the process.
#[cfg(not(stage0))]
pub fn abort() -> !;
/// Atomic compare and exchange, sequentially consistent.