]> 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 ad8670c6c83c8b92bbec2074738abbad9e608608..39ac0019aac239063452504f5476a7a6f7485775 100644 (file)
@@ -1,5 +1,5 @@
 error: implementing `LintPass` by hand
-  --> $DIR/lint_pass_impl_without_macro.rs:21: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:31:14
+  --> $DIR/lint_pass_impl_without_macro.rs:30:14
    |
 LL |         impl LintPass for Custom {
    |              ^^^^^^^^