]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui-fulldeps/internal-lints/lint_pass_impl_without_macro.stderr
fix fallout in ui-fulldeps
[rust.git] / src / test / ui-fulldeps / internal-lints / lint_pass_impl_without_macro.stderr
index 0dbdf4f5aa9e21abac0d0ce2475aa524474f27dd..39ac0019aac239063452504f5476a7a6f7485775 100644 (file)
@@ -1,5 +1,5 @@
 error: implementing `LintPass` by hand
-  --> $DIR/lint_pass_impl_without_macro.rs:19:6
+  --> $DIR/lint_pass_impl_without_macro.rs:20:6
    |
 LL | impl LintPass for Foo {
    |      ^^^^^^^^
@@ -12,7 +12,7 @@ LL | #![deny(rustc::lint_pass_impl_without_macro)]
    = help: try using `declare_lint_pass!` or `impl_lint_pass!` instead
 
 error: implementing `LintPass` by hand
-  --> $DIR/lint_pass_impl_without_macro.rs:29:14
+  --> $DIR/lint_pass_impl_without_macro.rs:30:14
    |
 LL |         impl LintPass for Custom {
    |              ^^^^^^^^