blob: 84b81d561e9096855790a9cc39a4dc4d851a034a [file] [log] [blame]
error: `~` cannot be used as a unary operator
--> $DIR/issue-41679-tilde-bitwise-negation-attempt.rs:4:14
|
LL | let _x = ~1;
| ^ help: use `!` to perform bitwise not
error: aborting due to previous error