summary refs log tree commit diff
path: root/src/test/ui/issue-13847.stderr
blob: fad3245034d06a35eb143d6b886049263754d35a (plain)
1
2
3
4
5
6
7
8
9
error[E0609]: no field `is_failure` on type `!`
  --> $DIR/issue-13847.rs:12:12
   |
LL |     return.is_failure //~ ERROR no field `is_failure` on type `!`
   |            ^^^^^^^^^^

error: aborting due to previous error

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