about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/lib.rs
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2021-03-22 02:20:31 +0100
committerGitHub <noreply@github.com>2021-03-22 02:20:31 +0100
commit85f16fb4bc5310da11423286a3570831ca1eef9a (patch)
treed95b48790cc639602faa3682fe9a556269d8ec33 /compiler/rustc_codegen_llvm/src/lib.rs
parent34285def872a2a797514fe72308eee383a583cc8 (diff)
parentdc240faed5ec55968b2468002d2139e1e44d873b (diff)
downloadrust-85f16fb4bc5310da11423286a3570831ca1eef9a.tar.gz
rust-85f16fb4bc5310da11423286a3570831ca1eef9a.zip
Rollup merge of #83329 - camelid:debuginfo-doc-cleanup, r=davidtwco
Cleanup LLVM debuginfo module docs

- Move debuginfo docs from `doc.rs` module to `doc.md` file
- Cleanup LLVM debuginfo module docs
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 d11c1592f99..146c08337fc 100644
--- a/compiler/rustc_codegen_llvm/src/lib.rs
+++ b/compiler/rustc_codegen_llvm/src/lib.rs
@@ -8,6 +8,7 @@
 #![feature(bool_to_option)]
 #![feature(const_cstr_unchecked)]
 #![feature(crate_visibility_modifier)]
+#![feature(extended_key_value_attributes)]
 #![feature(extern_types)]
 #![feature(in_band_lifetimes)]
 #![feature(nll)]