]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/tests/ui-internal/default_lint.stderr
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / src / tools / clippy / tests / ui-internal / default_lint.stderr
CommitLineData
f20569fa
XL
1error: the lint `TEST_LINT_DEFAULT` has the default lint description
2 --> $DIR/default_lint.rs:17:1
3 |
4LL | / declare_tool_lint! {
5LL | | pub clippy::TEST_LINT_DEFAULT,
6LL | | Warn,
7LL | | "default lint description",
8LL | | report_in_external_macro: true
9LL | | }
10 | |_^
11 |
12note: the lint level is defined here
13 --> $DIR/default_lint.rs:1:9
14 |
15LL | #![deny(clippy::internal)]
16 | ^^^^^^^^^^^^^^^^
17 = note: `#[deny(clippy::default_lint)]` implied by `#[deny(clippy::internal)]`
18 = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
19
20error: aborting due to previous error
21