mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-03 02:23:20 +00:00
ff930d4fed
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)]` |
||
---|---|---|
.. | ||
abi | ||
asm | ||
spec | ||
json.rs | ||
lib.rs | ||
target_features.rs | ||
tests.rs |