@@ -359,16 +359,16 @@ LL | foo.method_deprecated();
359359 | ^^^^^^^^^^^^^^^^^
360360
361361error: use of deprecated associated function `deprecation_lint::MethodTester::method_deprecated`: text
362- --> $DIR/deprecation-lint.rs:18:9
362+ --> $DIR/deprecation-lint.rs:18:14
363363 |
364364LL | Foo::method_deprecated(&foo);
365- | ^^^^^ ^^^^^^^^^^^^^^^^^
365+ | ^^^^^^^^^^^^^^^^^
366366
367367error: use of deprecated associated function `deprecation_lint::MethodTester::method_deprecated`: text
368- --> $DIR/deprecation-lint.rs:19:9
368+ --> $DIR/deprecation-lint.rs:19:16
369369 |
370370LL | <Foo>::method_deprecated(&foo);
371- | ^^^^^^^ ^^^^^^^^^^^^^^^^^
371+ | ^^^^^^^^^^^^^^^^^
372372
373373error: use of deprecated associated function `deprecation_lint::Trait::trait_deprecated`: text
374374 --> $DIR/deprecation-lint.rs:20:13
@@ -377,10 +377,10 @@ LL | foo.trait_deprecated();
377377 | ^^^^^^^^^^^^^^^^
378378
379379error: use of deprecated associated function `deprecation_lint::Trait::trait_deprecated`: text
380- --> $DIR/deprecation-lint.rs:22:9
380+ --> $DIR/deprecation-lint.rs:22:16
381381 |
382382LL | <Foo>::trait_deprecated(&foo);
383- | ^^^^^^^ ^^^^^^^^^^^^^^^^
383+ | ^^^^^^^^^^^^^^^^
384384
385385error: use of deprecated associated function `deprecation_lint::MethodTester::method_deprecated_text`: text
386386 --> $DIR/deprecation-lint.rs:26:13
@@ -389,16 +389,16 @@ LL | ... foo.method_deprecated_text();
389389 | ^^^^^^^^^^^^^^^^^^^^^^
390390
391391error: use of deprecated associated function `deprecation_lint::MethodTester::method_deprecated_text`: text
392- --> $DIR/deprecation-lint.rs:27:9
392+ --> $DIR/deprecation-lint.rs:27:14
393393 |
394394LL | ... Foo::method_deprecated_text(&foo);
395- | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^
395+ | ^^^^^^^^^^^^^^^^^^^^^^
396396
397397error: use of deprecated associated function `deprecation_lint::MethodTester::method_deprecated_text`: text
398- --> $DIR/deprecation-lint.rs:28:9
398+ --> $DIR/deprecation-lint.rs:28:16
399399 |
400400LL | ... <Foo>::method_deprecated_text(&foo);
401- | ^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^
401+ | ^^^^^^^^^^^^^^^^^^^^^^
402402
403403error: use of deprecated associated function `deprecation_lint::Trait::trait_deprecated_text`: text
404404 --> $DIR/deprecation-lint.rs:29:13
@@ -407,10 +407,10 @@ LL | foo.trait_deprecated_text();
407407 | ^^^^^^^^^^^^^^^^^^^^^
408408
409409error: use of deprecated associated function `deprecation_lint::Trait::trait_deprecated_text`: text
410- --> $DIR/deprecation-lint.rs:31:9
410+ --> $DIR/deprecation-lint.rs:31:16
411411 |
412412LL | ... <Foo>::trait_deprecated_text(&foo);
413- | ^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^
413+ | ^^^^^^^^^^^^^^^^^^^^^
414414
415415error: use of deprecated field `deprecation_lint::DeprecatedStruct::i`: text
416416 --> $DIR/deprecation-lint.rs:35:13
@@ -431,10 +431,10 @@ LL | foo.trait_deprecated();
431431 | ^^^^^^^^^^^^^^^^
432432
433433error: use of deprecated associated function `deprecation_lint::Trait::trait_deprecated`: text
434- --> $DIR/deprecation-lint.rs:66:9
434+ --> $DIR/deprecation-lint.rs:66:16
435435 |
436436LL | <Foo>::trait_deprecated(&foo);
437- | ^^^^^^^ ^^^^^^^^^^^^^^^^
437+ | ^^^^^^^^^^^^^^^^
438438
439439error: use of deprecated associated function `deprecation_lint::Trait::trait_deprecated_text`: text
440440 --> $DIR/deprecation-lint.rs:68:13
@@ -443,10 +443,10 @@ LL | foo.trait_deprecated_text();
443443 | ^^^^^^^^^^^^^^^^^^^^^
444444
445445error: use of deprecated associated function `deprecation_lint::Trait::trait_deprecated_text`: text
446- --> $DIR/deprecation-lint.rs:70:9
446+ --> $DIR/deprecation-lint.rs:70:16
447447 |
448448LL | ... <Foo>::trait_deprecated_text(&foo);
449- | ^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^
449+ | ^^^^^^^^^^^^^^^^^^^^^
450450
451451error: use of deprecated associated function `deprecation_lint::Trait::trait_deprecated`: text
452452 --> $DIR/deprecation-lint.rs:75:13
@@ -551,16 +551,16 @@ LL | foo.method_deprecated();
551551 | ^^^^^^^^^^^^^^^^^
552552
553553error: use of deprecated associated function `this_crate::MethodTester::method_deprecated`: text
554- --> $DIR/deprecation-lint.rs:247:9
554+ --> $DIR/deprecation-lint.rs:247:14
555555 |
556556LL | Foo::method_deprecated(&foo);
557- | ^^^^^ ^^^^^^^^^^^^^^^^^
557+ | ^^^^^^^^^^^^^^^^^
558558
559559error: use of deprecated associated function `this_crate::MethodTester::method_deprecated`: text
560- --> $DIR/deprecation-lint.rs:248:9
560+ --> $DIR/deprecation-lint.rs:248:16
561561 |
562562LL | <Foo>::method_deprecated(&foo);
563- | ^^^^^^^ ^^^^^^^^^^^^^^^^^
563+ | ^^^^^^^^^^^^^^^^^
564564
565565error: use of deprecated associated function `this_crate::Trait::trait_deprecated`: text
566566 --> $DIR/deprecation-lint.rs:249:13
@@ -569,10 +569,10 @@ LL | foo.trait_deprecated();
569569 | ^^^^^^^^^^^^^^^^
570570
571571error: use of deprecated associated function `this_crate::Trait::trait_deprecated`: text
572- --> $DIR/deprecation-lint.rs:251:9
572+ --> $DIR/deprecation-lint.rs:251:16
573573 |
574574LL | <Foo>::trait_deprecated(&foo);
575- | ^^^^^^^ ^^^^^^^^^^^^^^^^
575+ | ^^^^^^^^^^^^^^^^
576576
577577error: use of deprecated associated function `this_crate::MethodTester::method_deprecated_text`: text
578578 --> $DIR/deprecation-lint.rs:255:13
@@ -581,16 +581,16 @@ LL | ... foo.method_deprecated_text();
581581 | ^^^^^^^^^^^^^^^^^^^^^^
582582
583583error: use of deprecated associated function `this_crate::MethodTester::method_deprecated_text`: text
584- --> $DIR/deprecation-lint.rs:256:9
584+ --> $DIR/deprecation-lint.rs:256:14
585585 |
586586LL | ... Foo::method_deprecated_text(&foo);
587- | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^
587+ | ^^^^^^^^^^^^^^^^^^^^^^
588588
589589error: use of deprecated associated function `this_crate::MethodTester::method_deprecated_text`: text
590- --> $DIR/deprecation-lint.rs:257:9
590+ --> $DIR/deprecation-lint.rs:257:16
591591 |
592592LL | ... <Foo>::method_deprecated_text(&foo);
593- | ^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^
593+ | ^^^^^^^^^^^^^^^^^^^^^^
594594
595595error: use of deprecated associated function `this_crate::Trait::trait_deprecated_text`: text
596596 --> $DIR/deprecation-lint.rs:258:13
@@ -599,10 +599,10 @@ LL | foo.trait_deprecated_text();
599599 | ^^^^^^^^^^^^^^^^^^^^^
600600
601601error: use of deprecated associated function `this_crate::Trait::trait_deprecated_text`: text
602- --> $DIR/deprecation-lint.rs:260:9
602+ --> $DIR/deprecation-lint.rs:260:16
603603 |
604604LL | <Foo>::trait_deprecated_text(&foo);
605- | ^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^
605+ | ^^^^^^^^^^^^^^^^^^^^^
606606
607607error: use of deprecated field `this_crate::DeprecatedStruct::i`: text
608608 --> $DIR/deprecation-lint.rs:269:13
@@ -623,10 +623,10 @@ LL | foo.trait_deprecated();
623623 | ^^^^^^^^^^^^^^^^
624624
625625error: use of deprecated associated function `this_crate::Trait::trait_deprecated`: text
626- --> $DIR/deprecation-lint.rs:293:9
626+ --> $DIR/deprecation-lint.rs:293:16
627627 |
628628LL | <Foo>::trait_deprecated(&foo);
629- | ^^^^^^^ ^^^^^^^^^^^^^^^^
629+ | ^^^^^^^^^^^^^^^^
630630
631631error: use of deprecated associated function `this_crate::Trait::trait_deprecated_text`: text
632632 --> $DIR/deprecation-lint.rs:295:13
@@ -635,10 +635,10 @@ LL | foo.trait_deprecated_text();
635635 | ^^^^^^^^^^^^^^^^^^^^^
636636
637637error: use of deprecated associated function `this_crate::Trait::trait_deprecated_text`: text
638- --> $DIR/deprecation-lint.rs:297:9
638+ --> $DIR/deprecation-lint.rs:297:16
639639 |
640640LL | <Foo>::trait_deprecated_text(&foo);
641- | ^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^
641+ | ^^^^^^^^^^^^^^^^^^^^^
642642
643643error: use of deprecated associated function `this_crate::Trait::trait_deprecated`: text
644644 --> $DIR/deprecation-lint.rs:302:13
0 commit comments