From e3b37154b0f321ad74f293d98d9be2ae512c2ec7 Mon Sep 17 00:00:00 2001 From: Vadim Chugunov Date: Sun, 15 Dec 2013 17:17:07 -0800 Subject: Stop using C++ exceptions for stack unwinding. --- src/libstd/rt/mod.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libstd/rt/mod.rs') diff --git a/src/libstd/rt/mod.rs b/src/libstd/rt/mod.rs index 5d2179e8b96..df1ebeb6407 100644 --- a/src/libstd/rt/mod.rs +++ b/src/libstd/rt/mod.rs @@ -173,6 +173,9 @@ mod local_ptr; /// Bindings to pthread/windows thread-local storage. mod thread_local_storage; +/// Stack unwinding +pub mod unwind; + /// Just stuff mod util; -- cgit 1.4.1-3-g733a5