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 @@ -133,18 +133,18 @@ register_diagnostics! {
133
133
E0030 ,
134
134
E0031 ,
135
135
E0033 ,
136
- E0034 ,
137
- E0035 ,
138
- E0036 ,
139
- E0038 ,
136
+ E0034 , // multiple applicable methods in scope
137
+ E0035 , // does not take type parameters
138
+ E0036 , // incorrect number of type parameters given for this method
139
+ E0038 , // cannot convert to a trait object because trait is not object-safe
140
140
E0040 , // explicit use of destructor method
141
- E0044 ,
142
- E0045 ,
141
+ E0044 , // foreign items may not have type parameters
142
+ E0045 , // variadic function must have C calling convention
143
143
E0049 ,
144
144
E0050 ,
145
145
E0053 ,
146
- E0055 ,
147
- E0057 ,
146
+ E0055 , // method has an incompatible type for trait
147
+ E0057 , // method has an incompatible type for trait
148
148
E0059 ,
149
149
E0060 ,
150
150
E0061 ,
You can’t perform that action at this time.
0 commit comments