rust/tests/ui/excessive_width.stderr
2023-06-07 18:22:50 -05:00

11 lines
468 B
Text

error: this line is too long
--> $DIR/excessive_width.rs:9:5
|
LL | let really_long_binding_name_because_this_needs_to_be_over_90_characters_long = 1usize * 200 / 2 * 500 / 1;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider running rustfmt or refactoring this
= note: `-D clippy::excessive-width` implied by `-D warnings`
error: aborting due to previous error