Skip to content

Commit afdd468

Browse files
committed
tests/ui: Fix large_moves attribute cfg
We only want the attribute for the attribute revision.
1 parent 0fd7ce9 commit afdd468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/async-await/large_moves.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![deny(large_assignments)]
2-
#![feature(large_assignments)]
2+
#![cfg_attr(attribute, feature(large_assignments))]
33
#![cfg_attr(attribute, move_size_limit = "1000")]
44
// build-fail
55
// only-x86_64

0 commit comments

Comments
 (0)