File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,8 @@ impl ClassBuilder {
265
265
assert_eq ! (
266
266
sel_args,
267
267
encs. len( ) ,
268
- "Selector accepts {} arguments, but function accepts {}" ,
268
+ "Selector {:?} accepts {} arguments, but function accepts {}" ,
269
+ sel,
269
270
sel_args,
270
271
encs. len( ) ,
271
272
) ;
@@ -306,7 +307,8 @@ impl ClassBuilder {
306
307
assert_eq ! (
307
308
sel_args,
308
309
encs. len( ) ,
309
- "Selector accepts {} arguments, but function accepts {}" ,
310
+ "Selector {:?} accepts {} arguments, but function accepts {}" ,
311
+ sel,
310
312
sel_args,
311
313
encs. len( ) ,
312
314
) ;
@@ -417,7 +419,8 @@ impl ProtocolBuilder {
417
419
assert_eq ! (
418
420
sel_args,
419
421
encs. len( ) ,
420
- "Selector accepts {} arguments, but function accepts {}" ,
422
+ "Selector {:?} accepts {} arguments, but function accepts {}" ,
423
+ sel,
421
424
sel_args,
422
425
encs. len( ) ,
423
426
) ;
You can’t perform that action at this time.
0 commit comments