summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-13847.stderr
blob: 1c1855ce94ded1ca6ee6086560ed1cb02ec08e84 (plain)
1
2
3
4
5
6
7
8
9
error[E0609]: no field `is_failure` on type `!`
  --> $DIR/issue-13847.rs:2:12
   |
LL |     return.is_failure
   |            ^^^^^^^^^^ unknown field

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0609`.