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
[`large_stack_arrays`]: check array initializer expressions
Fixesrust-lang#10741.
Prior to this PR, the lint only checked array repeat expressions (ie. `[T; n]`). Now it also checks array initializer expressions.
changelog: [`large_stack_arrays`]: check array initializer expressions
If I want to pull in some definitions from the top-level module, I'd like to be able to say
use {foo, bar}
, but that doesn't parse.The text was updated successfully, but these errors were encountered: