Rust: Type inference for raw pointers

This commit is contained in:
Simon Friis Vindum
2025-12-02 13:28:08 +01:00
parent 3e7a7d541b
commit 785025f1e3
7 changed files with 184 additions and 115 deletions

View File

@@ -28,7 +28,7 @@ struct Slice<TSlice>;
struct Array<TArray, const N: usize>;
struct Ref<TRef>;
struct RefMut<TRefMut>;
struct Ptr<TPtr>;
struct PtrConst<TPtrConst>;
struct PtrMut<TPtrMut>;
// tuples