blob: f018c46fcd3c6ae3772d60b184e2267c3f61fd77 [file] [log] [blame]
warning: unnecessary braces around function argument
--> $DIR/unused_braces_borrow.rs:24:13
|
LL | consume({ a.b });
| ^^^^^^^ help: remove these braces
|
note: the lint level is defined here
--> $DIR/unused_braces_borrow.rs:4:9
|
LL | #![warn(unused_braces)]
| ^^^^^^^^^^^^^
warning: 1 warning emitted