rust/tests/ui/formatting.stderr

20 lines
536 B
Plaintext
Raw Normal View History

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