]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/issue-87274-paren-parent.stderr
Rollup merge of #106113 - krasimirgg:llvm-16-ext-tyid, r=nikic
[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