]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/enable-unstable-lib-feature.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / enable-unstable-lib-feature.stderr
index d905ccc8ac070bccfc6a66d2e6d16f8ba7c12d78..51cfe7beade2dc467ffb4845a8e1f1f81585b68e 100644 (file)
@@ -1,8 +1,8 @@
-error: function `BOGUS` should have a snake case name such as `bogus`
-  --> $DIR/enable-unstable-lib-feature.rs:12:1
+error: function `BOGUS` should have a snake case name
+  --> $DIR/enable-unstable-lib-feature.rs:12:8
    |
 LL | pub fn BOGUS() { } //~ ERROR
-   | ^^^^^^^^^^^^^^^^^^
+   |        ^^^^^ help: convert the identifier to snake case: `bogus`
    |
 note: lint level defined here
   --> $DIR/enable-unstable-lib-feature.rs:6:9