Rust: tweak PathType string representations and add one for InferType

This commit is contained in:
Paolo Tranquilli
2024-11-21 15:27:34 +01:00
parent c2b426df76
commit 6776b31c0d
26 changed files with 96 additions and 69 deletions

View File

@@ -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;
```
"""