Esteban Küber
eceb48534a
Make replacement suggestion _ in type verbose
```
error[E0121]: the placeholder `_` is not allowed within types on item signatures for return types
--> $DIR/in-signature.rs:6:21
|
LL | fn arr_fn() -> [u8; _] {
| ^ not allowed in type signatures
|
help: replace with the correct return type
|
LL - fn arr_fn() -> [u8; _] {
LL + fn arr_fn() -> [u8; 3] {
|
```
2025-09-29 03:28:52 +00:00
..
2025-07-05 00:39:50 +05:00
2025-07-31 21:25:49 +05:00
2025-05-19 10:16:29 -07:00
2025-05-19 10:16:29 -07:00
2025-08-19 21:27:10 +02:00
2025-08-05 09:28:59 +02:00
2025-08-06 19:17:36 +02:00
2025-04-30 10:44:24 +03:00
2025-04-30 10:44:24 +03:00
2025-04-30 10:44:24 +03:00
2025-04-30 10:44:24 +03:00
2025-04-30 10:44:24 +03:00
2025-04-30 10:44:24 +03:00
2025-05-07 22:56:14 +08:00
2025-05-07 22:56:14 +08:00
2025-08-09 16:27:20 +05:00
2025-08-09 16:27:20 +05:00
2025-08-22 17:55:15 +00:00
2025-09-29 03:28:52 +00:00
2025-08-30 16:24:26 +00:00
2025-08-30 16:24:26 +00:00
2025-08-30 16:24:26 +00:00
2025-07-01 15:29:29 +05:00
2025-05-03 22:49:23 +03:00
2025-05-03 22:49:23 +03:00
2025-05-03 22:49:23 +03:00
2025-05-03 22:49:23 +03:00
2025-09-29 03:28:52 +00:00
2025-09-29 03:28:52 +00:00