]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/issue-87274-paren-parent.stderr
Merge commit '533f0fc81ab9ba097779fcd27c8f9ea12261fef5' into psimd
[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