]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/lint/command-line-lint-group-deny.stderr
Rollup merge of #57232 - Zoxc:par-collector-misc, r=michaelwoerister
[rust.git] / src / test / ui / lint / command-line-lint-group-deny.stderr
index 45a20434dd255d56d954eda45090bab18671c833..3250a41ee0ecdc940c459130a633181b6d3ab0f9 100644 (file)
@@ -1,8 +1,8 @@
-error: variable `_InappropriateCamelCasing` should have a snake case name such as `_inappropriate_camel_casing`
-  --> $DIR/command-line-lint-group-deny.rs:14:9
+error: variable `_InappropriateCamelCasing` should have a snake case name
+  --> $DIR/command-line-lint-group-deny.rs:4:9
    |
 LL |     let _InappropriateCamelCasing = true; //~ ERROR should have a snake
-   |         ^^^^^^^^^^^^^^^^^^^^^^^^^
+   |         ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_inappropriate_camel_casing`
    |
    = note: `-D non-snake-case` implied by `-D bad-style`