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