diff options
| author | The Miri Cronjob Bot <miri@cron.bot> | 2024-12-31 05:12:50 +0000 |
|---|---|---|
| committer | The Miri Cronjob Bot <miri@cron.bot> | 2024-12-31 05:12:50 +0000 |
| commit | e898da11d2149358e87f7c4f89dcc0654fcfac3b (patch) | |
| tree | 6f09bd54aead12fa9e0155cda3dcb7e0f46f97ae /compiler/rustc_codegen_llvm/src/lib.rs | |
| parent | 332fefbd3e686d0d76a43119e374997543338389 (diff) | |
| parent | 5079acc060b1c7225de95ee3cdd84b5719ff189c (diff) | |
| download | rust-e898da11d2149358e87f7c4f89dcc0654fcfac3b.tar.gz rust-e898da11d2149358e87f7c4f89dcc0654fcfac3b.zip | |
Merge from rustc
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 0de0c6a7a89..dca7738daf7 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(slice_as_array)] #![feature(try_blocks)] #![warn(unreachable_pub)] // tidy-alphabetical-end |
