10 lines
304 B
Plaintext
10 lines
304 B
Plaintext
error[E0133]: dereference of raw pointer requires unsafe function or block
|
|
--> $DIR/trait-safety-fn-body.rs:21:9
|
|
|
|
|
LL | *self += 1;
|
|
| ^^^^^^^^^^ dereference of raw pointer
|
|
|
|
error: aborting due to previous error
|
|
|
|
For more information about this error, try `rustc --explain E0133`.
|