2017-11-03 15:54:33 -05:00
|
|
|
error: consider choosing a more descriptive name
|
2021-07-20 22:23:22 -05:00
|
|
|
--> $DIR/non_expressive_names.rs:28:9
|
2018-12-27 09:57:55 -06:00
|
|
|
|
|
2023-07-02 07:35:19 -05:00
|
|
|
LL | let _1 = 1;
|
2018-12-27 09:57:55 -06:00
|
|
|
| ^^
|
|
|
|
|
|
|
|
|
= note: `-D clippy::just-underscores-and-digits` implied by `-D warnings`
|
2017-11-02 20:01:41 -05:00
|
|
|
|
2017-11-03 15:54:33 -05:00
|
|
|
error: consider choosing a more descriptive name
|
2021-07-20 22:23:22 -05:00
|
|
|
--> $DIR/non_expressive_names.rs:29:9
|
2018-12-27 09:57:55 -06:00
|
|
|
|
|
2023-07-02 07:35:19 -05:00
|
|
|
LL | let ____1 = 1;
|
2018-12-27 09:57:55 -06:00
|
|
|
| ^^^^^
|
2017-11-02 20:01:41 -05:00
|
|
|
|
2017-11-03 15:54:33 -05:00
|
|
|
error: consider choosing a more descriptive name
|
2021-07-20 22:23:22 -05:00
|
|
|
--> $DIR/non_expressive_names.rs:30:9
|
2018-12-27 09:57:55 -06:00
|
|
|
|
|
2023-07-02 07:35:19 -05:00
|
|
|
LL | let __1___2 = 12;
|
2018-12-27 09:57:55 -06:00
|
|
|
| ^^^^^^^
|
2017-11-02 20:01:41 -05:00
|
|
|
|
2018-02-02 00:49:47 -06:00
|
|
|
error: consider choosing a more descriptive name
|
2021-07-20 22:23:22 -05:00
|
|
|
--> $DIR/non_expressive_names.rs:51:13
|
2018-12-27 09:57:55 -06:00
|
|
|
|
|
|
|
|
LL | let _1 = 1;
|
|
|
|
| ^^
|
2018-02-02 00:49:47 -06:00
|
|
|
|
|
|
|
error: consider choosing a more descriptive name
|
2021-07-20 22:23:22 -05:00
|
|
|
--> $DIR/non_expressive_names.rs:52:13
|
2018-12-27 09:57:55 -06:00
|
|
|
|
|
|
|
|
LL | let ____1 = 1;
|
|
|
|
| ^^^^^
|
2018-02-02 00:49:47 -06:00
|
|
|
|
|
|
|
error: consider choosing a more descriptive name
|
2021-07-20 22:23:22 -05:00
|
|
|
--> $DIR/non_expressive_names.rs:53:13
|
2018-12-27 09:57:55 -06:00
|
|
|
|
|
|
|
|
LL | let __1___2 = 12;
|
|
|
|
| ^^^^^^^
|
2018-02-02 00:49:47 -06:00
|
|
|
|
2019-05-12 06:01:43 -05:00
|
|
|
error: aborting due to 6 previous errors
|
2018-01-16 10:06:27 -06:00
|
|
|
|