rust/src/test/ui/path-lookahead.stderr
2020-04-11 16:15:24 +02:00

15 lines
389 B
Plaintext

warning: unnecessary parentheses around `return` value
--> $DIR/path-lookahead.rs:8:10
|
LL | return (<T as ToString>::to_string(&arg));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
|
note: the lint level is defined here
--> $DIR/path-lookahead.rs:3:9
|
LL | #![warn(unused_parens)]
| ^^^^^^^^^^^^^
warning: 1 warning emitted