blob: fdbdf6379c1d43a1e0654ee97c95e4a43fce9ed3 [file] [log] [blame] [edit]
error[E0594]: cannot assign to `*ptr`, which is behind a `*const` pointer
--> $DIR/dont_suggest_raw_pointer_syntax-issue-127562.rs:5:9
|
LL | *ptr = 3;
| ^^^^^^^^ `ptr` is a `*const` pointer, so it cannot be written to
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0594`.