]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/tests/ui/blanket_clippy_restriction_lints.stderr
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / src / tools / clippy / tests / ui / blanket_clippy_restriction_lints.stderr
CommitLineData
f20569fa
XL
1error: restriction lints are not meant to be all enabled
2 --> $DIR/blanket_clippy_restriction_lints.rs:4:9
3 |
4LL | #![warn(clippy::restriction)]
5 | ^^^^^^^^^^^^^^^^^^^
6 |
7 = note: `-D clippy::blanket-clippy-restriction-lints` implied by `-D warnings`
8 = help: try enabling only the lints you really need
9
10error: restriction lints are not meant to be all enabled
11 --> $DIR/blanket_clippy_restriction_lints.rs:5:9
12 |
13LL | #![deny(clippy::restriction)]
14 | ^^^^^^^^^^^^^^^^^^^
15 |
16 = help: try enabling only the lints you really need
17
18error: restriction lints are not meant to be all enabled
19 --> $DIR/blanket_clippy_restriction_lints.rs:6:11
20 |
21LL | #![forbid(clippy::restriction)]
22 | ^^^^^^^^^^^^^^^^^^^
23 |
24 = help: try enabling only the lints you really need
25
26error: aborting due to 3 previous errors
27