]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/issue-87274-paren-parent.stderr
Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoerister
[rust.git] / tests / ui / lint / issue-87274-paren-parent.stderr
1 warning: use of deprecated macro `try`: use the `?` operator instead
2   --> $DIR/issue-87274-paren-parent.rs:5:6
3    |
4 LL |     (try!(Ok::<u8, String>(1)));
5    |      ^^^
6    |
7    = note: `#[warn(deprecated)]` on by default
8
9 warning: 1 warning emitted
10