diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2023-09-28 22:36:40 +1000 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2023-10-22 20:37:39 +1100 |
| commit | 88159cafa7444c6ec9cc521c1f8128d5ab777d29 (patch) | |
| tree | 965b901ee5e50a2d41e0b69f9f70828e38dcbde6 /compiler/rustc_codegen_llvm/src/lib.rs | |
| parent | e985ae5a459e7bc4ac68a926f2560621aea30a6c (diff) | |
| download | rust-88159cafa7444c6ec9cc521c1f8128d5ab777d29.tar.gz rust-88159cafa7444c6ec9cc521c1f8128d5ab777d29.zip | |
coverage: Encapsulate local-to-global file mappings
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 7a390d35a2b..6607a0697ca 100644 --- a/compiler/rustc_codegen_llvm/src/lib.rs +++ b/compiler/rustc_codegen_llvm/src/lib.rs @@ -12,6 +12,7 @@ #![feature(hash_raw_entry)] #![feature(iter_intersperse)] #![feature(let_chains)] +#![feature(min_specialization)] #![feature(never_type)] #![feature(slice_group_by)] #![feature(impl_trait_in_assoc_type)] |
