diff options
| author | Scott McMurray <scottmcm@users.noreply.github.com> | 2024-11-29 22:51:46 -0800 | 
|---|---|---|
| committer | Scott McMurray <scottmcm@users.noreply.github.com> | 2024-12-27 08:17:40 -0800 | 
| commit | 4669c0d756ddfbd3df0ee1d5c7a4b1cdaabf5945 (patch) | |
| tree | a89defdb68ea21515cf265731e590cc4a978813d /compiler/rustc_codegen_llvm/src/lib.rs | |
| parent | 2c0c9123fc45343eeda185c2b95e48bc4580c8c2 (diff) | |
| download | rust-4669c0d756ddfbd3df0ee1d5c7a4b1cdaabf5945.tar.gz rust-4669c0d756ddfbd3df0ee1d5c7a4b1cdaabf5945.zip | |
Override `carrying_mul_add` in cg_llvm
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 | 
