]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/feature-gates/feature-gate-underscore_const_names.stderr
MetadataOnlyCodegenBackend: remove `is_inline` call
[rust.git] / src / test / ui / feature-gates / feature-gate-underscore_const_names.stderr
index 694d2c1e73c82673eefa2c657e8a27db83d03c3d..b3658208828e96f237872bc1cbb6805fb2d18c10 100644 (file)
@@ -1,5 +1,5 @@
 error[E0658]: naming constants with `_` is unstable (see issue #54912)
-  --> $DIR/feature-gate-underscore_const_names.rs:17:1
+  --> $DIR/feature-gate-underscore_const_names.rs:8:1
    |
 LL | / const _ : () = {
 LL | | //~^ ERROR is unstable