2023-09-25 11:28:58 +02:00
|
|
|
error: local variable doesn't need to be boxed here
|
2024-02-17 12:16:29 +00:00
|
|
|
--> tests/ui-toml/too_large_for_stack/boxed_local.rs:1:6
|
2023-09-25 11:28:58 +02:00
|
|
|
|
|
|
|
|
LL | fn f(x: Box<[u8; 500]>) {}
|
|
|
|
| ^
|
|
|
|
|
|
|
|
|
= note: `-D clippy::boxed-local` implied by `-D warnings`
|
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::boxed_local)]`
|
|
|
|
|
2023-11-21 17:08:42 +00:00
|
|
|
error: aborting due to 1 previous error
|
2023-09-25 11:28:58 +02:00
|
|
|
|