rust/compiler/rustc_target/src
Martin Nordholts ff930d4fed 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)]`
2024-02-24 09:46:18 +01:00
..
abi Remove the abi_amdgpu_kernel feature 2024-01-30 15:46:40 +00:00
asm Support reg_addr register class in s390x inline assembly 2024-01-03 18:00:37 +09:00
spec compiler/rustc_target/src/spec/base/apple/tests.rs: Avoid unnecessary large move 2024-02-24 09:46:18 +01:00
json.rs Remove the abi_amdgpu_kernel feature 2024-01-30 15:46:40 +00:00
lib.rs Prefer min_exhaustive_patterns in compiler 2024-02-13 16:45:53 +01:00
target_features.rs Update aarch64 target feature docs to match LLVM 2024-02-15 14:36:29 +00:00
tests.rs Use serde_json for target spec json 2022-06-03 16:46:19 +00:00