]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/error-codes/E0599.stderr
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / error-codes / E0599.stderr
index a78a003661d6f96e507aa640793eb264f6c3862a..a1fb58f483f6df6e4a66e6f2948f1c01b4e56bda 100644 (file)
@@ -2,7 +2,7 @@ error[E0599]: no associated item named `NotEvenReal` found for struct `Foo` in t
   --> $DIR/E0599.rs:4:20
    |
 LL | struct Foo;
-   | ----------- associated item `NotEvenReal` not found for this
+   | ---------- associated item `NotEvenReal` not found for this struct
 ...
 LL |     || if let Foo::NotEvenReal() = Foo {};
    |                    ^^^^^^^^^^^ associated item not found in `Foo`