]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/noncopyable-class.stderr
Auto merge of #93718 - thomcc:used-macho, r=pnkfelix
[rust.git] / src / test / ui / noncopyable-class.stderr
index 88e9cd6a9c08879767047aea628ba1227c23ad3a..0c696163a26c5cba2737b6bf51ae504c1e84af26 100644 (file)
@@ -2,7 +2,7 @@ error[E0599]: no method named `clone` found for struct `Foo` in the current scop
   --> $DIR/noncopyable-class.rs:34: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`