]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/path-lookahead.stderr
Rollup merge of #95534 - jyn514:std-mem-copy, r=joshtriplett
[rust.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