]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/issue-87274-paren-parent.stderr
Rollup merge of #84083 - ltratt:threadid_doc_tweak, r=dtolnay
[rust.git] / src / test / 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