]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/error-codes/E0599.stderr
Rollup merge of #97915 - tbu-:pr_os_string_fmt_write, r=joshtriplett
[rust.git] / src / test / ui / error-codes / E0599.stderr
index 49ca1d6353d15361583aa47840812184bfe6ccf1..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 struct
+   | ---------- associated item `NotEvenReal` not found for this struct
 ...
 LL |     || if let Foo::NotEvenReal() = Foo {};
    |                    ^^^^^^^^^^^ associated item not found in `Foo`