summary refs log tree commit diff
path: root/src/test/ui/path-lookahead.stderr
blob: 62b3b507e1d26241096fa3ea60a0fd48665e50f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)]
   |         ^^^^^^^^^^^^^