You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set default move_size_limit to 4kB for large_assignments lint on nightly
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=8192
0 commit comments