]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/crate_level_only_lint.stderr
Auto merge of #106349 - LeSeulArtichaut:dyn-star-tracking-issue, r=jackh726
[rust.git] / src / test / ui / lint / crate_level_only_lint.stderr
1 error: allow(uncommon_codepoints) is ignored unless specified at crate level
2   --> $DIR/crate_level_only_lint.rs:4:10
3    |
4 LL | #![allow(uncommon_codepoints)]
5    |          ^^^^^^^^^^^^^^^^^^^
6    |
7 note: the lint level is defined here
8   --> $DIR/crate_level_only_lint.rs:1:30
9    |
10 LL | #![deny(uncommon_codepoints, unused_attributes)]
11    |                              ^^^^^^^^^^^^^^^^^
12
13 error: allow(uncommon_codepoints) is ignored unless specified at crate level
14   --> $DIR/crate_level_only_lint.rs:9:9
15    |
16 LL | #[allow(uncommon_codepoints)]
17    |         ^^^^^^^^^^^^^^^^^^^
18
19 error: allow(uncommon_codepoints) is ignored unless specified at crate level
20   --> $DIR/crate_level_only_lint.rs:17:9
21    |
22 LL | #[allow(uncommon_codepoints)]
23    |         ^^^^^^^^^^^^^^^^^^^
24
25 error: allow(uncommon_codepoints) is ignored unless specified at crate level
26   --> $DIR/crate_level_only_lint.rs:4:10
27    |
28 LL | #![allow(uncommon_codepoints)]
29    |          ^^^^^^^^^^^^^^^^^^^
30
31 error: allow(uncommon_codepoints) is ignored unless specified at crate level
32   --> $DIR/crate_level_only_lint.rs:9:9
33    |
34 LL | #[allow(uncommon_codepoints)]
35    |         ^^^^^^^^^^^^^^^^^^^
36
37 error: allow(uncommon_codepoints) is ignored unless specified at crate level
38   --> $DIR/crate_level_only_lint.rs:17:9
39    |
40 LL | #[allow(uncommon_codepoints)]
41    |         ^^^^^^^^^^^^^^^^^^^
42
43 error: allow(uncommon_codepoints) is ignored unless specified at crate level
44   --> $DIR/crate_level_only_lint.rs:4:10
45    |
46 LL | #![allow(uncommon_codepoints)]
47    |          ^^^^^^^^^^^^^^^^^^^
48
49 error: allow(uncommon_codepoints) is ignored unless specified at crate level
50   --> $DIR/crate_level_only_lint.rs:9:9
51    |
52 LL | #[allow(uncommon_codepoints)]
53    |         ^^^^^^^^^^^^^^^^^^^
54
55 error: allow(uncommon_codepoints) is ignored unless specified at crate level
56   --> $DIR/crate_level_only_lint.rs:17:9
57    |
58 LL | #[allow(uncommon_codepoints)]
59    |         ^^^^^^^^^^^^^^^^^^^
60
61 error: aborting due to 9 previous errors
62