rust/tests/ui/lint_pass.stderr

9 lines
282 B
Plaintext
Raw Normal View History

error: the lint `MISSING_LINT` is not added to any `LintPass`
2017-08-01 10:54:21 -05:00
--> $DIR/lint_pass.rs:12:1
|
12 | declare_lint! { MISSING_LINT, Warn, "missing lint" }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D lint-without-lint-pass` implied by `-D warnings`