]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/path-lookahead.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / path-lookahead.stderr
index 8adf02b150b874cf2577068fae6e0c9bd5502327..2cc786fd947c2cea42fc71a4d6b015967419fc42 100644 (file)
@@ -13,7 +13,7 @@ help: remove these parentheses
    |
 LL -     return (<T as ToString>::to_string(&arg));
 LL +     return <T as ToString>::to_string(&arg);
-   | 
+   |
 
 warning: 1 warning emitted