File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -164,18 +164,18 @@ register_diagnostics! {
164
164
E0030 ,
165
165
E0031 ,
166
166
E0033 ,
167
- E0034 ,
168
- E0035 ,
169
- E0036 ,
170
- E0038 ,
167
+ E0034 , // multiple applicable methods in scope
168
+ E0035 , // does not take type parameters
169
+ E0036 , // incorrect number of type parameters given for this method
170
+ E0038 , // cannot convert to a trait object because trait is not object-safe
171
171
E0040 , // explicit use of destructor method
172
- E0044 ,
173
- E0045 ,
172
+ E0044 , // foreign items may not have type parameters
173
+ E0045 , // variadic function must have C calling convention
174
174
E0049 ,
175
175
E0050 ,
176
176
E0053 ,
177
- E0055 ,
178
- E0057 ,
177
+ E0055 , // method has an incompatible type for trait
178
+ E0057 , // method has an incompatible type for trait
179
179
E0059 ,
180
180
E0060 ,
181
181
E0061 ,
You can’t perform that action at this time.
0 commit comments