We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd7ce9 commit afdd468Copy full SHA for afdd468
tests/ui/async-await/large_moves.rs
@@ -1,5 +1,5 @@
1
#![deny(large_assignments)]
2
-#![feature(large_assignments)]
+#![cfg_attr(attribute, feature(large_assignments))]
3
#![cfg_attr(attribute, move_size_limit = "1000")]
4
// build-fail
5
// only-x86_64
0 commit comments