|
1 | 1 | error: incorrect ordering of items (module item groupings specify another order) |
2 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:26:14 |
| 2 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:25:14 |
3 | 3 | | |
4 | 4 | LL | use std::rc::Weak; |
5 | 5 | | ^^^^ |
6 | 6 | | |
7 | 7 | note: should be placed before `SNAKE_CASE` |
8 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:23:7 |
| 8 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:22:7 |
9 | 9 | | |
10 | 10 | LL | const SNAKE_CASE: &str = "zzzzzzzz"; |
11 | 11 | | ^^^^^^^^^^ |
12 | 12 | = note: `-D clippy::arbitrary-source-item-ordering` implied by `-D warnings` |
13 | 13 | = help: to override `-D warnings` add `#[allow(clippy::arbitrary_source_item_ordering)]` |
14 | 14 |
|
15 | 15 | error: incorrect ordering of items (module item groupings specify another order) |
16 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:165:7 |
| 16 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:164:7 |
17 | 17 | | |
18 | 18 | LL | const ZIS_SHOULD_BE_REALLY_EARLY: () = (); |
19 | 19 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
20 | 20 | | |
21 | 21 | note: should be placed before `TraitUnorderedItemKinds` |
22 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:152:7 |
| 22 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:151:7 |
23 | 23 | | |
24 | 24 | LL | trait TraitUnorderedItemKinds { |
25 | 25 | | ^^^^^^^^^^^^^^^^^^^^^^^ |
26 | 26 |
|
27 | 27 | error: incorrect ordering of items (module item groupings specify another order) |
28 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:204:5 |
| 28 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:203:5 |
29 | 29 | | |
30 | 30 | LL | mod this_is_in_the_wrong_position { |
31 | 31 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
32 | 32 | | |
33 | 33 | note: should be placed before `main` |
34 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:199:4 |
| 34 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:198:4 |
35 | 35 | | |
36 | 36 | LL | fn main() { |
37 | 37 | | ^^^^ |
38 | 38 |
|
39 | 39 | error: incorrect ordering of items (module item groupings specify another order) |
40 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:214:7 |
| 40 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:213:7 |
41 | 41 | | |
42 | 42 | LL | const ZIS_SHOULD_BE_EVEN_EARLIER: () = (); |
43 | 43 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
44 | 44 | | |
45 | 45 | note: should be placed before `ZisShouldBeBeforeZeMainFn` |
46 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:212:8 |
| 46 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:211:8 |
47 | 47 | | |
48 | 48 | LL | struct ZisShouldBeBeforeZeMainFn; |
49 | 49 | | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
50 | 50 |
|
51 | 51 | error: incorrect ordering of items (must be alphabetically ordered) |
52 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:44:5 |
| 52 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:43:5 |
53 | 53 | | |
54 | 54 | LL | B, |
55 | 55 | | ^ |
56 | 56 | | |
57 | 57 | note: should be placed before `C` |
58 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:43:5 |
| 58 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:42:5 |
59 | 59 | | |
60 | 60 | LL | C, |
61 | 61 | | ^ |
62 | 62 |
|
63 | 63 | error: incorrect ordering of items (must be alphabetically ordered) |
64 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:57:5 |
| 64 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:56:5 |
65 | 65 | | |
66 | 66 | LL | g: u8, |
67 | 67 | | ^ |
68 | 68 | | |
69 | 69 | note: should be placed before `r` |
70 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:56:5 |
| 70 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:55:5 |
71 | 71 | | |
72 | 72 | LL | r: u8, |
73 | 73 | | ^ |
74 | 74 |
|
75 | 75 | error: incorrect ordering of items (must be alphabetically ordered) |
76 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:59:5 |
| 76 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:58:5 |
77 | 77 | | |
78 | 78 | LL | b: u8, |
79 | 79 | | ^ |
80 | 80 | | |
81 | 81 | note: should be placed before `g` |
82 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:57:5 |
| 82 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:56:5 |
83 | 83 | | |
84 | 84 | LL | g: u8, |
85 | 85 | | ^ |
86 | 86 |
|
87 | 87 | error: incorrect ordering of items (must be alphabetically ordered) |
88 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:112:5 |
| 88 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:111:5 |
89 | 89 | | |
90 | 90 | LL | b: bool, |
91 | 91 | | ^ |
92 | 92 | | |
93 | 93 | note: should be placed before `c` |
94 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:111:5 |
| 94 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:110:5 |
95 | 95 | | |
96 | 96 | LL | c: bool, |
97 | 97 | | ^ |
98 | 98 |
|
99 | 99 | error: incorrect ordering of items (must be alphabetically ordered) |
100 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:121:5 |
| 100 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:120:5 |
101 | 101 | | |
102 | 102 | LL | b: bool, |
103 | 103 | | ^ |
104 | 104 | | |
105 | 105 | note: should be placed before `c` |
106 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:120:5 |
| 106 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:119:5 |
107 | 107 | | |
108 | 108 | LL | c: bool, |
109 | 109 | | ^ |
110 | 110 |
|
111 | 111 | error: incorrect ordering of items (must be alphabetically ordered) |
112 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:141:11 |
| 112 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:140:11 |
113 | 113 | | |
114 | 114 | LL | const B: bool; |
115 | 115 | | ^ |
116 | 116 | | |
117 | 117 | note: should be placed before `C` |
118 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:140:11 |
| 118 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:139:11 |
119 | 119 | | |
120 | 120 | LL | const C: bool; |
121 | 121 | | ^ |
122 | 122 |
|
123 | 123 | error: incorrect ordering of items (must be alphabetically ordered) |
124 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:148:8 |
| 124 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:147:8 |
125 | 125 | | |
126 | 126 | LL | fn b(); |
127 | 127 | | ^ |
128 | 128 | | |
129 | 129 | note: should be placed before `c` |
130 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:147:8 |
| 130 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:146:8 |
131 | 131 | | |
132 | 132 | LL | fn c(); |
133 | 133 | | ^ |
134 | 134 |
|
135 | 135 | error: incorrect ordering of trait items (defined order: [Const, Type, Fn]) |
136 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:155:5 |
| 136 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:154:5 |
137 | 137 | | |
138 | 138 | LL | const A: bool; |
139 | 139 | | ^^^^^^^^^^^^^ |
140 | 140 | | |
141 | 141 | note: should be placed before `SomeType` |
142 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:153:5 |
| 142 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:152:5 |
143 | 143 | | |
144 | 144 | LL | type SomeType; |
145 | 145 | | ^^^^^^^^^^^^^ |
146 | 146 |
|
147 | 147 | error: incorrect ordering of items (must be alphabetically ordered) |
148 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:171:11 |
| 148 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:170:11 |
149 | 149 | | |
150 | 150 | LL | const B: bool = false; |
151 | 151 | | ^ |
152 | 152 | | |
153 | 153 | note: should be placed before `C` |
154 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:170:11 |
| 154 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:169:11 |
155 | 155 | | |
156 | 156 | LL | const C: bool = false; |
157 | 157 | | ^ |
158 | 158 |
|
159 | 159 | error: incorrect ordering of items (must be alphabetically ordered) |
160 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:178:8 |
| 160 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:177:8 |
161 | 161 | | |
162 | 162 | LL | fn b() {} |
163 | 163 | | ^ |
164 | 164 | | |
165 | 165 | note: should be placed before `c` |
166 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:177:8 |
| 166 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:176:8 |
167 | 167 | | |
168 | 168 | LL | fn c() {} |
169 | 169 | | ^ |
170 | 170 |
|
171 | 171 | error: incorrect ordering of impl items (defined order: [Const, Type, Fn]) |
172 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:189:5 |
| 172 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:188:5 |
173 | 173 | | |
174 | 174 | LL | const A: bool = false; |
175 | 175 | | ^^^^^^^^^^^^^ |
176 | 176 | | |
177 | 177 | note: should be placed before `SomeType` |
178 | | - --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:187:5 |
| 178 | + --> tests/ui-toml/arbitrary_source_item_ordering/ordering_mixed.rs:186:5 |
179 | 179 | | |
180 | 180 | LL | type SomeType = (); |
181 | 181 | | ^^^^^^^^^^^^^ |
|
0 commit comments