]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/enable-unstable-lib-feature.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / enable-unstable-lib-feature.stderr
index d5b8c0efaad37b8c2264c65cfe4f3c352c348053..bb4e928ad1583a66c7629942b08717b889b47a01 100644 (file)
@@ -4,7 +4,7 @@ error: function `BOGUS` should have a snake case name
 LL | pub fn BOGUS() { }
    |        ^^^^^ help: convert the identifier to snake case: `bogus`
    |
-note: lint level defined here
+note: the lint level is defined here
   --> $DIR/enable-unstable-lib-feature.rs:6:9
    |
 LL | #![deny(non_snake_case)] // To trigger a hard error