diff options
| author | Martin Nordholts <martin.nordholts@codetale.se> | 2024-02-24 09:46:18 +0100 |
|---|---|---|
| committer | Martin Nordholts <martin.nordholts@codetale.se> | 2024-02-24 09:46:18 +0100 |
| commit | ff930d4fed085dcff75c7b9df6af3a4e099d2f21 (patch) | |
| tree | 8d20e801be5c849a92998157917b607720cb84ed /compiler/rustc_codegen_llvm/src | |
| parent | 21033f637e60af61ead04cc296e7214f89c16a95 (diff) | |
| download | rust-ff930d4fed085dcff75c7b9df6af3a4e099d2f21.tar.gz rust-ff930d4fed085dcff75c7b9df6af3a4e099d2f21.zip | |
compiler/rustc_target/src/spec/base/apple/tests.rs: Avoid unnecessary large move
Fixes:
$ MAGIC_EXTRA_RUSTFLAGS=-Zmove-size-limit=4096 ./x test compiler/rustc_target
error: moving 6216 bytes
--> compiler/rustc_target/src/spec/base/apple/tests.rs:17:19
|
17 | for target in all_sim_targets {
| ^^^^^^^^^^^^^^^ value moved from here
|
= note: The current maximum size is 4096, but it can be customized with the move_size_limit attribute: `#![move_size_limit = "..."]`
= note: `-D large-assignments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(large_assignments)]`
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
