about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/lib.rs
diff options
context:
space:
mode:
authorMichael Woerister <michaelwoerister@posteo>2022-01-13 18:13:54 +0100
committerMichael Woerister <michaelwoerister@posteo>2022-01-24 13:41:32 +0100
commitd253e6e473c7614eb16f6144ab6a0f95e89db604 (patch)
tree3ad4f50188a4c91b38d937cfc54f421dcc0f9144 /compiler/rustc_codegen_llvm/src/lib.rs
parentef119d704d87a05435ea97ef4161529142313a9b (diff)
downloadrust-d253e6e473c7614eb16f6144ab6a0f95e89db604.tar.gz
rust-d253e6e473c7614eb16f6144ab6a0f95e89db604.zip
[debuginfo] Fix and unify handling of fat pointers in debuginfo.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/lib.rs')
-rw-r--r--compiler/rustc_codegen_llvm/src/lib.rs1
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 f0612eaba80..272f1319ad1 100644
--- a/compiler/rustc_codegen_llvm/src/lib.rs
+++ b/compiler/rustc_codegen_llvm/src/lib.rs
@@ -10,6 +10,7 @@
 #![feature(let_else)]
 #![feature(extern_types)]
 #![feature(nll)]
+#![feature(let_else)]
 #![recursion_limit = "256"]
 
 use back::write::{create_informational_target_machine, create_target_machine};