]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/lint/lint-non-uppercase-statics.stderr
Rollup merge of #87180 - notriddle:notriddle/sidebar-keyboard-mobile, r=GuillaumeGomez
[rust.git] / src / test / ui / lint / lint-non-uppercase-statics.stderr
index ceb83d08f27779d61a971ec786b74c31516a62c6..c6fd0a6e0ddf8327c4ef020a700e4941dc4ba4dd 100644 (file)
@@ -4,7 +4,7 @@ error: static variable `foo` should have an upper case name
 LL | static foo: isize = 1;
    |        ^^^ help: convert the identifier to upper case (notice the capitalization): `FOO`
    |
-note: lint level defined here
+note: the lint level is defined here
   --> $DIR/lint-non-uppercase-statics.rs:1:11
    |
 LL | #![forbid(non_upper_case_globals)]