rust/src/test/ui/reachable/expr_unary.stderr

9 lines
202 B
Plaintext
Raw Normal View History

error: cannot apply unary operator `!` to type `!`
--> $DIR/expr_unary.rs:18:16
|
18 | let x: ! = ! { return; 22 };
| ^^^^^^^^^^^^^^^^
error: aborting due to previous error