]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/methods/method-call-err-msg.stderr
move an `assert!` to the right place
[rust.git] / src / test / ui / methods / method-call-err-msg.stderr
index 4be588fe7f92ac9cb132837b3b88c170d62fcefa..690fe8fa7af1005d0e0e7eafd82ff8b405139ce1 100644 (file)
@@ -51,8 +51,8 @@ error[E0599]: `Foo` is not an iterator
    |
 LL | pub struct Foo;
    | --------------
-   | |          |
-   | |          method `take` not found for this struct
+   | |
+   | method `take` not found for this struct
    | doesn't satisfy `Foo: Iterator`
 ...
 LL |      .take()