summaryrefslogtreecommitdiffstats
path: root/tests/ui/lint/issue-87274-paren-parent.stderr
blob: f06024298bc19e03aad6c564cde9fbb7e316e1c5 (plain)
1
2
3
4
5
6
7
8
9
10
warning: use of deprecated macro `try`: use the `?` operator instead
  --> $DIR/issue-87274-paren-parent.rs:5:6
   |
LL |     (try!(Ok::<u8, String>(1)));
   |      ^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: 1 warning emitted