about summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-01-04 23:52:44 +0530
committerGitHub <noreply@github.com>2020-01-04 23:52:44 +0530
commitcce055daef93bfa50b11b1d3368811fe586d8a42 (patch)
tree2adeeb04e178dd04953384d33a60f80ab58b6ef9 /src/libstd/lib.rs
parentcd8377d37e9bc47f9a5a982c41705a7800cbb51d (diff)
parent27b25eb822d32911b73991c7fd6921fea609f825 (diff)
downloadrust-cce055daef93bfa50b11b1d3368811fe586d8a42.tar.gz
rust-cce055daef93bfa50b11b1d3368811fe586d8a42.zip
Rollup merge of #67137 - anp:tracked-panic-internals, r=eddyb
libstd uses `core::panic::Location` where possible.

cc @eddyb
Diffstat (limited to 'src/libstd/lib.rs')
-rw-r--r--src/libstd/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 4b15c9ba4f3..f90647472c6 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -305,6 +305,7 @@
 #![feature(thread_local)]
 #![feature(toowned_clone_into)]
 #![feature(trace_macros)]
+#![feature(track_caller)]
 #![feature(try_reserve)]
 #![feature(unboxed_closures)]
 #![feature(untagged_unions)]