summaryrefslogtreecommitdiff
path: root/Aliasing is accessing the same data through different variables.md
blob: 16db4a31efcfdc5dfcb7dd3cb6a9561bfa551ea3 (plain)
1
2
3
4
5
6
7
8
9
[[Rust]]
[[Ownership]]
[[Dereferencing is to access the data behind a pointer]]
[[Pointer safety principle]]


---

Mutating an alias is dangerous.