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-09-24 15:22:10 +00:00
2025-06-11 15:30:15 +01:00
2025-08-22 17:55:15 +00:00
2025-06-12 03:14:51 +02:00
2025-09-29 03:28:52 +00:00
2025-09-12 15:14:15 -05:00
2025-09-15 09:01:22 +00:00
2025-07-07 16:47:15 +08:00
2025-09-24 13:29:23 +00:00
2025-07-09 01:06:29 +03:00
2025-09-03 15:24:49 +02:00
2025-08-22 17:55:15 +00:00
2025-09-08 22:07:43 -04:00
2025-08-23 22:11:43 +00:00
2025-09-15 09:01:22 +00:00
2025-06-26 13:46:45 +00:00
2025-06-07 13:01:16 +02:00
2025-09-15 09:01:22 +00:00
2025-07-10 23:39:54 +08:00
2025-08-19 21:27:10 +02:00
2025-08-04 16:12:58 +00:00
2025-09-24 13:29:23 +00:00
2025-07-24 17:01:44 -04:00
2025-07-24 17:01:44 -04:00
2025-06-30 08:06:08 +00:00
2025-06-30 08:06:08 +00:00
2025-05-05 14:27:09 +00:00
2025-08-19 21:27:10 +02:00
2025-09-15 09:01:22 +00:00
2025-09-24 13:29:23 +00:00
2025-06-04 21:23:11 +00:00
2025-06-07 13:01:16 +02:00
2025-06-30 08:06:08 +00:00
2025-06-30 08:06:08 +00:00
2025-06-30 08:06:08 +00:00
2025-06-07 13:01:16 +02:00
2025-09-15 09:01:22 +00:00
2025-09-15 09:01:22 +00:00
2025-08-02 15:29:16 -04:00
2025-08-02 15:29:16 -04:00
2025-09-15 09:01:22 +00:00
2025-09-15 09:01:22 +00:00
2025-08-22 20:10:27 +00:00
2025-08-10 11:54:15 -04:00
2025-08-10 11:54:15 -04:00
2025-06-16 23:04:35 +00:00
2025-06-16 23:04:35 +00:00
2025-07-31 21:25:49 +05:00
2025-07-31 21:25:49 +05:00