Rust: Add change note for raw pointer type inference

This commit is contained in:
Simon Friis Vindum
2025-12-03 11:56:54 +01:00
parent 236df0ab65
commit a05d0a906c

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Improved type inference for raw pointers (`*const` and `*mut`). This includes type inference for the raw borrow operators (`&raw const` and `&raw mut`) and dereferencing of raw pointers.