]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/error-codes/E0220.stderr
Merge commit 'd3a2366ee877075c59b38bd8ced55f224fc7ef51' into sync_cg_clif-2022-07-26
[rust.git] / src / test / ui / error-codes / E0220.stderr
index 4fa83d8bf6e82d1b91daebe6f0db7ed82161d85d..11763ce788dacdc05e7f66bf4e868d0654efede1 100644 (file)
@@ -8,7 +8,7 @@ error[E0191]: the value of the associated type `Bar` (from trait `Trait`) must b
   --> $DIR/E0220.rs:5:16
    |
 LL |     type Bar;
-   |     --------- `Bar` defined here
+   |     -------- `Bar` defined here
 ...
 LL | type Foo = dyn Trait<F=i32>;
    |                ^^^^^^^^^^^^ help: specify the associated type: `Trait<F=i32, Bar = Type>`