]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/lib.rs
std: Switch from libbacktrace to gimli
[rust.git] / src / libstd / lib.rs
index 54fc35b20f7c95c76f7bff64e7321969d85b65a0..090dbe3d39ecc93bfa45adccab9d19a1084dd9b9 100644 (file)
@@ -508,6 +508,10 @@ pub mod task {
 // compiler
 pub mod rt;
 
+#[path = "../backtrace/src/lib.rs"]
+#[allow(dead_code, unused_attributes)]
+mod backtrace_rs;
+
 // Pull in the `std_detect` crate directly into libstd. The contents of
 // `std_detect` are in a different repository: rust-lang/stdarch.
 //