]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/copy-a-resource.stderr
Rollup merge of #99479 - Enselic:import-can-be-without-id, r=camelid
[rust.git] / src / test / ui / copy-a-resource.stderr
index 3909862ff1c8bfea413db2eab4c3347b47142ab1..128087f1e375522297267296a093509774bb30e1 100644 (file)
@@ -2,7 +2,7 @@ error[E0599]: no method named `clone` found for struct `Foo` in the current scop
   --> $DIR/copy-a-resource.rs:18:16
    |
 LL | struct Foo {
-   |        --- method `clone` not found for this struct
+   | ---------- method `clone` not found for this struct
 ...
 LL |     let _y = x.clone();
    |                ^^^^^ method not found in `Foo`