diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2024-11-24 18:50:08 +1100 | 
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2024-11-24 23:46:39 +1100 | 
| commit | b9fb1a69d2fe1c146cbdf181cf9e0eaf15935799 (patch) | |
| tree | f7201981d931b6a5e099bc29ea45cc1c3b0c5de8 /compiler/rustc_codegen_llvm/src/lib.rs | |
| parent | 87fe7def1284e1c25dc358c693a9add93db5a953 (diff) | |
| download | rust-b9fb1a69d2fe1c146cbdf181cf9e0eaf15935799.tar.gz rust-b9fb1a69d2fe1c146cbdf181cf9e0eaf15935799.zip | |
coverage: Store coverage source regions as `Span` until codegen
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/lib.rs')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/lib.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/compiler/rustc_codegen_llvm/src/lib.rs b/compiler/rustc_codegen_llvm/src/lib.rs index 3dfb86d422d..9f398107fc6 100644 --- a/compiler/rustc_codegen_llvm/src/lib.rs +++ b/compiler/rustc_codegen_llvm/src/lib.rs @@ -17,6 +17,7 @@ #![feature(iter_intersperse)] #![feature(let_chains)] #![feature(rustdoc_internals)] +#![feature(try_blocks)] #![warn(unreachable_pub)] // tidy-alphabetical-end | 
