]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint_pass.stderr
Update changed ui tests
[rust.git] / tests / ui / lint_pass.stderr
1 error: the lint `MISSING_LINT` is not added to any `LintPass`
2   --> $DIR/lint_pass.rs:12:1
3    |
4 12 | declare_lint! { MISSING_LINT, Warn, "missing lint" }
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: `-D lint-without-lint-pass` implied by `-D warnings`
8
9 error: aborting due to previous error
10