mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
Rust: tweak PathType string representations and add one for InferType
This commit is contained in:
@@ -1380,9 +1380,10 @@ class _:
|
||||
@qltest.test_with(Path)
|
||||
class _:
|
||||
"""
|
||||
A PathType. For example:
|
||||
A type referring to a path. For example:
|
||||
```rust
|
||||
todo!()
|
||||
type X = std::collections::HashMap<i32, i32>;
|
||||
type Y = X::Item;
|
||||
```
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user