diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-08-08 22:44:15 +0200 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-08-08 22:44:15 +0200 |
commit | 22675cd8dc75d8b8d4b0f818f5b093efbc364802 (patch) | |
tree | 90156d37dccf13f012d535e7d92273259e3d5c17 /Borrow checker.md | |
parent | 295b343aecf330e830d79f06e0efc511e7d76da1 (diff) |
Diffstat (limited to 'Borrow checker.md')
-rw-r--r-- | Borrow checker.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Borrow checker.md b/Borrow checker.md deleted file mode 100644 index 09700ba..0000000 --- a/Borrow checker.md +++ /dev/null @@ -1,8 +0,0 @@ -[[Rust]] -[[Ownership]] -[[Dereferencing is to access the data behind a pointer]] -[[Aliasing is accessing the same data through different variables]] -[[Variables are subject to permissions similar to files on linux]] -[[References temporarily remove permissions]] -[[Creating a reference to a variable is called borrowing]] -[[It is illegal to create a mutable reference while an immutable reference is live]] |