mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: Type inference for raw pointers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user