blob: 996ea6e530e1e956b2e322c9f109a1cf22feadf9 [file] [log] [blame] [edit]
warning: use of deprecated macro `try`: use the `?` operator instead
--> $DIR/issue-87274-paren-parent.rs:6:6
|
LL | (try!(Ok::<u8, String>(1)));
| ^^^
|
= note: `#[warn(deprecated)]` on by default
warning: 1 warning emitted