]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/paren-after-qualified-path-in-match.stderr
parser::pat: remove .fatal calls
[rust.git] / src / test / ui / parser / paren-after-qualified-path-in-match.stderr
index 79460e01f257b001a75f66062a58c0bc56c2d945..af21f9195467ae0511287ecd646031ae0f95a982 100644 (file)
@@ -2,7 +2,9 @@ error: unexpected `(` after qualified path
   --> $DIR/paren-after-qualified-path-in-match.rs:3:27
    |
 LL |         <T as Trait>::Type(2) => (),
-   |                           ^ unexpected `(` after qualified path
+   |         ------------------^ unexpected `(` after qualified path
+   |         |
+   |         the qualified path
 
 error: aborting due to previous error