diff options
| author | bors <bors@rust-lang.org> | 2024-09-12 06:11:50 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-09-12 06:11:50 +0000 |
| commit | 5fc0865d2ec0a71a7e369403463b47cb194bae38 (patch) | |
| tree | c16367f9b4c3a659aa924238daef9704756e4bcb /compiler/rustc_codegen_llvm/src | |
| parent | 59835ae7594246736ead0e1e50264e0ec6b35fc2 (diff) | |
| parent | 93ef7cd2dd40b4661bf918a33336558784248103 (diff) | |
| download | rust-5fc0865d2ec0a71a7e369403463b47cb194bae38.tar.gz rust-5fc0865d2ec0a71a7e369403463b47cb194bae38.zip | |
Auto merge of #3879 - rust-lang:rustup-2024-09-12, r=RalfJung
Automatic Rustup
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/llvm_util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/llvm_util.rs b/compiler/rustc_codegen_llvm/src/llvm_util.rs index d55220ba5c3..6e4ddbb6f3b 100644 --- a/compiler/rustc_codegen_llvm/src/llvm_util.rs +++ b/compiler/rustc_codegen_llvm/src/llvm_util.rs @@ -290,7 +290,7 @@ pub(crate) fn check_tied_features( } } } - return None; + None } /// Used to generate cfg variables and apply features |
