tests/ui: Fix large_moves attribute cfg
We only want the attribute for the attribute revision.
This commit is contained in:
parent
0fd7ce99b0
commit
afdd468ab8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user