From 295b343aecf330e830d79f06e0efc511e7d76da1 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Tue, 5 Aug 2025 08:53:21 +0200 Subject: vault backup: 2025-08-05 08:53:21 --- ...ing is accessing the same data through different variables.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Aliasing is accessing the same data through different variables.md (limited to 'Aliasing is accessing the same data through different variables.md') diff --git a/Aliasing is accessing the same data through different variables.md b/Aliasing is accessing the same data through different variables.md new file mode 100644 index 0000000..16db4a3 --- /dev/null +++ b/Aliasing is accessing the same data through different variables.md @@ -0,0 +1,9 @@ +[[Rust]] +[[Ownership]] +[[Dereferencing is to access the data behind a pointer]] +[[Pointer safety principle]] + + +--- + +Mutating an alias is dangerous. \ No newline at end of file -- cgit v1.2.3