blob: 52b8dc049702a6747188338d733cddcab6e1ebd1 (
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
| ^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0609`.
|