]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/typeck/issue-88803-call-expr-method.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / typeck / issue-88803-call-expr-method.stderr
index dd717ed9416d3bf78f10b312ac47452c57f2a006..645c04b87a1fdb3991b21a58db35af897474dee9 100644 (file)
@@ -8,7 +8,7 @@ help: remove wrapping parentheses to call the method
    |
 LL -         (a.unwrap)()
 LL +         a.unwrap()
-   | 
+   |
 
 error: aborting due to previous error