blob: f47791455afed5a84beee86f6b612cf37cc71ab2 (
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(s)
|