From da887074fc70a9f8d2afec8dbe6e2eeea6fc1406 Mon Sep 17 00:00:00 2001 From: est31 Date: Tue, 27 Jun 2017 04:26:52 +0200 Subject: Output line column info when panicking --- src/libstd/rt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/rt.rs') diff --git a/src/libstd/rt.rs b/src/libstd/rt.rs index 06fd838ea06..2ee63527c14 100644 --- a/src/libstd/rt.rs +++ b/src/libstd/rt.rs @@ -25,7 +25,7 @@ // Reexport some of our utilities which are expected by other crates. -pub use panicking::{begin_panic, begin_panic_fmt, update_panic_count}; +pub use panicking::{begin_panic_new, begin_panic, begin_panic_fmt, update_panic_count}; #[cfg(not(test))] #[lang = "start"] -- cgit 1.4.1-3-g733a5