mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
tests/ui: Fix large_moves attribute cfg
We only want the attribute for the attribute revision.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#![deny(large_assignments)]
|
||||
#![feature(large_assignments)]
|
||||
#![cfg_attr(attribute, feature(large_assignments))]
|
||||
#![cfg_attr(attribute, move_size_limit = "1000")]
|
||||
// build-fail
|
||||
// only-x86_64
|
||||
|
||||
Reference in New Issue
Block a user