]> git.proxmox.com Git - rustc.git/blobdiff - tests/ui/error-codes/E0220.stderr
New upstream version 1.74.1+dfsg1
[rustc.git] / tests / ui / error-codes / E0220.stderr
index 11763ce788dacdc05e7f66bf4e868d0654efede1..e03eadacae4f3c7af879ef64a100f59a27ba2c21 100644 (file)
@@ -2,7 +2,7 @@ error[E0220]: associated type `F` not found for `Trait`
   --> $DIR/E0220.rs:5:22
    |
 LL | type Foo = dyn Trait<F=i32>;
-   |                      ^ associated type `F` not found
+   |                      ^ help: `Trait` has the following associated type: `Bar`
 
 error[E0191]: the value of the associated type `Bar` (from trait `Trait`) must be specified
   --> $DIR/E0220.rs:5:16