summaryrefslogtreecommitdiff
path: root/Notes/Quirks.md
diff options
context:
space:
mode:
Diffstat (limited to 'Notes/Quirks.md')
-rw-r--r--Notes/Quirks.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/Notes/Quirks.md b/Notes/Quirks.md
index d3b7839d..f9b54022 100644
--- a/Notes/Quirks.md
+++ b/Notes/Quirks.md
@@ -26,6 +26,10 @@ Any integer can cast to a pointer
===================
This includes `u8`
+Array &-ptrs appear to be able to be cast to raw pointers of the element type
+=============================================================================
+
+
Modules with the same name as primtiive types have interesting lookup quirks
===================