1
Fork 0

Unify suggestion wording

This commit is contained in:
Esteban Küber 2023-10-16 18:25:11 +00:00
parent 6cf01fcf1e
commit 890e92feed
31 changed files with 145 additions and 168 deletions

View file

@ -16,7 +16,7 @@ error[E0223]: ambiguous associated type
--> $DIR/bare-trait-objects-path.rs:23:12
|
LL | let _: Dyn::Ty;
| ^^^^^^^ help: use the fully-qualified path: `<dyn Dyn as Assoc>::Ty`
| ^^^^^^^ help: use fully-qualified syntax: `<dyn Dyn as Assoc>::Ty`
warning: trait objects without an explicit `dyn` are deprecated
--> $DIR/bare-trait-objects-path.rs:14:5