diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2021-03-22 02:20:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-22 02:20:31 +0100 |
| commit | 85f16fb4bc5310da11423286a3570831ca1eef9a (patch) | |
| tree | d95b48790cc639602faa3682fe9a556269d8ec33 /compiler/rustc_codegen_llvm/src/lib.rs | |
| parent | 34285def872a2a797514fe72308eee383a583cc8 (diff) | |
| parent | dc240faed5ec55968b2468002d2139e1e44d873b (diff) | |
| download | rust-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.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 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)] |
