yeah, the more common error is something like:

```rust
unsafe { VARIABLE_1 }.add_assign(10);
```