]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/pat-lt-bracket-2.stderr
Merge commit '8da837185714cefbb261e93e9846afb11c1dc60e' into sync-rustfmt-subtree
[rust.git] / src / test / ui / parser / pat-lt-bracket-2.stderr
index 6db9a4a0f15a6f92d69e4b3c1c0a20bbe9e8aa01..c78f96e1addcb21f5b6ffe213f706cacc91b65a5 100644 (file)
@@ -8,11 +8,11 @@ LL | fn a(B<) {}
 help: if this is a `self` type, give it a parameter name
    |
 LL | fn a(self: B<) {}
-   |      ^^^^^^^
+   |      +++++
 help: if this is a type, explicitly ignore the parameter name
    |
 LL | fn a(_: B<) {}
-   |      ^^^^
+   |      ++
 
 error: aborting due to previous error