diff options
| author | Theodore Dubois <tbodt@google.com> | 2022-07-08 14:21:33 -0700 |
|---|---|---|
| committer | Theodore Dubois <tbodt@google.com> | 2022-08-02 16:21:20 -0700 |
| commit | 53a870c5064b2fc31ec56dcdb74a7ad4e6c1736a (patch) | |
| tree | bfcb0293efc2ae50fab73a9c37ec174f053ab8fd /compiler/rustc_errors/src/lib.rs | |
| parent | 4493a0f4724c0bae1436242d76cccc9c0a287b80 (diff) | |
| download | rust-53a870c5064b2fc31ec56dcdb74a7ad4e6c1736a.tar.gz rust-53a870c5064b2fc31ec56dcdb74a7ad4e6c1736a.zip | |
Stabilize backtrace
Diffstat (limited to 'compiler/rustc_errors/src/lib.rs')
| -rw-r--r-- | compiler/rustc_errors/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs index b173ac0e916..8640504835a 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -4,7 +4,6 @@ #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")] #![feature(drain_filter)] -#![feature(backtrace)] #![feature(if_let_guard)] #![cfg_attr(bootstrap, feature(let_chains))] #![feature(let_else)] |
