Commit a9cb350
committed
Set default
Only enable it by default in the nightly compiler. The limit can be
changed on a per-crate basis with:
#![feature(large_assignments)]
#![move_size_limit = "8192"]
or with
-Zmove-size-limit=8192move_size_limit to 4kB for large_assignments lint on nightly1 parent 39a42c3 commit a9cb350
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
29 | 37 | | |
30 | 38 | | |
31 | 39 | | |
| |||
0 commit comments