]> git.proxmox.com Git - rustc.git/blame - src/test/ui/path-lookahead.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / path-lookahead.stderr
CommitLineData
7cac9316 1warning: unnecessary parentheses around `return` value
0731742a 2 --> $DIR/path-lookahead.rs:8:10
7cac9316 3 |
532ac7d7 4LL | return (<T as ToString>::to_string(&arg));
ea8adc8c 5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
7cac9316 6 |
abe05a73 7note: lint level defined here
0731742a 8 --> $DIR/path-lookahead.rs:3:9
abe05a73 9 |
60c5eb7d
XL
10LL | #![warn(unused_parens)]
11 | ^^^^^^^^^^^^^
7cac9316 12