blob: 328b75fd236bcfcf73387b5b66dd447dd159b0df (
plain)
1
2
3
4
5
6
7
8
|
error[E0600]: cannot apply unary operator `!` to type `!`
--> $DIR/expr_unary.rs:18:16
|
18 | let x: ! = ! { return; 22 };
| ^^^^^^^^^^^^^^^^
error: aborting due to previous error
|