diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2024-11-29 14:52:41 +1100 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2024-11-29 14:57:01 +1100 |
| commit | 9461f4296ffcbd75440ec211ead7bff6fb86012c (patch) | |
| tree | 4855cb6a7cc7ddb6c3de368750840ac255f387be /compiler/rustc_codegen_llvm/src/lib.rs | |
| parent | d53f0b1d8e261f2f3535f1cd165c714fc0b0b298 (diff) | |
| download | rust-9461f4296ffcbd75440ec211ead7bff6fb86012c.tar.gz rust-9461f4296ffcbd75440ec211ead7bff6fb86012c.zip | |
Revert "Rollup merge of #133418 - Zalathar:spans, r=jieyouxu"
This reverts commit adf9b5fcd1de43eaf0a779e10612caee8b47bede, reversing changes made to af1ca153d4aed5ffe22445273aa388a8d3f8f4ae. Reverting due to <https://github.com/rust-lang/rust/issues/133606>.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/lib.rs')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/lib.rs b/compiler/rustc_codegen_llvm/src/lib.rs index 9f398107fc6..3dfb86d422d 100644 --- a/compiler/rustc_codegen_llvm/src/lib.rs +++ b/compiler/rustc_codegen_llvm/src/lib.rs @@ -17,7 +17,6 @@ #![feature(iter_intersperse)] #![feature(let_chains)] #![feature(rustdoc_internals)] -#![feature(try_blocks)] #![warn(unreachable_pub)] // tidy-alphabetical-end |
