2017-02-07 20:05:30 +00:00
|
|
|
error: possibly missing a comma here
|
2018-12-10 05:27:19 +00:00
|
|
|
--> $DIR/formatting.rs:88:11
|
2017-05-11 11:19:46 +00:00
|
|
|
|
|
2018-12-10 05:27:19 +00:00
|
|
|
88 | -3 // <= no comma here
|
|
|
|
| ^
|
2017-05-11 11:19:46 +00:00
|
|
|
|
|
2018-08-01 14:30:44 +00:00
|
|
|
= note: `-D clippy::possible-missing-comma` implied by `-D warnings`
|
2017-05-11 11:19:46 +00:00
|
|
|
= note: to remove this lint, add a comma or write the expr in a single line
|
2017-02-07 20:05:30 +00:00
|
|
|
|
|
|
|
error: possibly missing a comma here
|
2018-12-10 05:27:19 +00:00
|
|
|
--> $DIR/formatting.rs:96:11
|
2017-05-11 11:19:46 +00:00
|
|
|
|
|
2018-12-10 05:27:19 +00:00
|
|
|
96 | -3 // <= no comma here
|
|
|
|
| ^
|
2017-05-11 11:19:46 +00:00
|
|
|
|
|
|
|
|
= note: to remove this lint, add a comma or write the expr in a single line
|
2017-02-07 20:05:30 +00:00
|
|
|
|
2018-12-10 05:27:19 +00:00
|
|
|
error: aborting due to 2 previous errors
|
2018-01-16 16:06:27 +00:00
|
|
|
|