77f4022303
This reverts commit 5558c64f33
.
9 lines
209 B
Plaintext
9 lines
209 B
Plaintext
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
|
|
|