@@ -3,13 +3,13 @@ canonicalPaths
3
3
| canonical_paths.rs:2:5:3:22 | Struct | repo::test | crate::canonical_paths::a::Struct |
4
4
| canonical_paths.rs:5:5:7:5 | trait Trait | repo::test | crate::canonical_paths::a::Trait |
5
5
| canonical_paths.rs:6:9:6:20 | fn f | repo::test | crate::canonical_paths::a::Trait::f |
6
- | canonical_paths.rs:9:5:11:5 | impl Trait for Struct { ... } | None | None |
6
+ | canonical_paths.rs:9:5:11:5 | impl < Trait> for < Struct> { ... } | None | None |
7
7
| canonical_paths.rs:10:9:10:22 | fn f | repo::test | <crate::canonical_paths::a::Struct as crate::canonical_paths::a::Trait>::f |
8
- | canonical_paths.rs:13:5:15:5 | impl Struct { ... } | None | None |
8
+ | canonical_paths.rs:13:5:15:5 | impl < Struct> { ... } | None | None |
9
9
| canonical_paths.rs:14:9:14:22 | fn g | repo::test | <crate::canonical_paths::a::Struct>::g |
10
10
| canonical_paths.rs:17:5:19:5 | trait TraitWithBlanketImpl | repo::test | crate::canonical_paths::a::TraitWithBlanketImpl |
11
11
| canonical_paths.rs:18:9:18:20 | fn h | repo::test | crate::canonical_paths::a::TraitWithBlanketImpl::h |
12
- | canonical_paths.rs:21:5:23:5 | impl TraitWithBlanketImpl for T { ... } | None | None |
12
+ | canonical_paths.rs:21:5:23:5 | impl < TraitWithBlanketImpl> for <T> { ... } | None | None |
13
13
| canonical_paths.rs:22:9:22:22 | fn h | repo::test | <_ as crate::canonical_paths::a::TraitWithBlanketImpl>::h |
14
14
| canonical_paths.rs:25:5:25:16 | fn free | repo::test | crate::canonical_paths::a::free |
15
15
| canonical_paths.rs:27:5:33:5 | fn usage | repo::test | crate::canonical_paths::a::usage |
@@ -19,11 +19,11 @@ canonicalPaths
19
19
| canonical_paths.rs:40:9:40:27 | Struct | repo::test | {34}::OtherStruct |
20
20
| canonical_paths.rs:42:9:44:9 | trait OtherTrait | repo::test | {34}::OtherTrait |
21
21
| canonical_paths.rs:43:13:43:24 | fn g | repo::test | {34}::OtherTrait::g |
22
- | canonical_paths.rs:46:9:48:9 | impl OtherTrait for OtherStruct { ... } | None | None |
22
+ | canonical_paths.rs:46:9:48:9 | impl < OtherTrait> for < OtherStruct> { ... } | None | None |
23
23
| canonical_paths.rs:47:13:47:26 | fn g | repo::test | <{34}::OtherStruct as {34}::OtherTrait>::g |
24
- | canonical_paths.rs:50:9:52:9 | impl OtherTrait for crate::canonical_paths::a:: Struct { ... } | None | None |
24
+ | canonical_paths.rs:50:9:52:9 | impl < OtherTrait> for <...:: Struct> { ... } | None | None |
25
25
| canonical_paths.rs:51:13:51:26 | fn g | repo::test | <crate::canonical_paths::a::Struct as {34}::OtherTrait>::g |
26
- | canonical_paths.rs:54:9:56:9 | impl crate::canonical_paths::a:: Trait for OtherStruct { ... } | None | None |
26
+ | canonical_paths.rs:54:9:56:9 | impl <...:: Trait> for < OtherStruct> { ... } | None | None |
27
27
| canonical_paths.rs:55:13:55:26 | fn f | repo::test | <{34}::OtherStruct as crate::canonical_paths::a::Trait>::f |
28
28
| canonical_paths.rs:58:9:60:9 | fn nested | repo::test | {34}::nested |
29
29
| canonical_paths.rs:59:13:59:31 | Struct | repo::test | {35}::OtherStruct |
@@ -48,19 +48,19 @@ resolvedPaths
48
48
| canonical_paths.rs:31:9:31:13 | ... .h(...) | repo::test | <_ as crate::canonical_paths::a::TraitWithBlanketImpl>::h |
49
49
| canonical_paths.rs:32:9:32:12 | free | repo::test | crate::canonical_paths::a::free |
50
50
| canonical_paths.rs:37:9:37:13 | super | repo::test | crate::canonical_paths |
51
- | canonical_paths.rs:37:9:37:16 | super ::a | repo::test | crate::canonical_paths::a |
52
- | canonical_paths.rs:37:9:37:23 | super::a ::Trait | repo::test | crate::canonical_paths::a::Trait |
51
+ | canonical_paths.rs:37:9:37:16 | ... ::a | repo::test | crate::canonical_paths::a |
52
+ | canonical_paths.rs:37:9:37:23 | ... ::Trait | repo::test | crate::canonical_paths::a::Trait |
53
53
| canonical_paths.rs:46:14:46:23 | OtherTrait | repo::test | {34}::OtherTrait |
54
54
| canonical_paths.rs:46:29:46:39 | OtherStruct | repo::test | {34}::OtherStruct |
55
55
| canonical_paths.rs:50:14:50:23 | OtherTrait | repo::test | {34}::OtherTrait |
56
56
| canonical_paths.rs:50:29:50:33 | crate | None | None |
57
- | canonical_paths.rs:50:29:50:50 | crate ::canonical_paths | repo::test | crate::canonical_paths |
58
- | canonical_paths.rs:50:29:50:53 | crate::canonical_paths ::a | repo::test | crate::canonical_paths::a |
59
- | canonical_paths.rs:50:29:50:61 | crate::canonical_paths::a ::Struct | repo::test | crate::canonical_paths::a::Struct |
57
+ | canonical_paths.rs:50:29:50:50 | ... ::canonical_paths | repo::test | crate::canonical_paths |
58
+ | canonical_paths.rs:50:29:50:53 | ... ::a | repo::test | crate::canonical_paths::a |
59
+ | canonical_paths.rs:50:29:50:61 | ... ::Struct | repo::test | crate::canonical_paths::a::Struct |
60
60
| canonical_paths.rs:54:14:54:18 | crate | None | None |
61
- | canonical_paths.rs:54:14:54:35 | crate ::canonical_paths | repo::test | crate::canonical_paths |
62
- | canonical_paths.rs:54:14:54:38 | crate::canonical_paths ::a | repo::test | crate::canonical_paths::a |
63
- | canonical_paths.rs:54:14:54:45 | crate::canonical_paths::a ::Trait | repo::test | crate::canonical_paths::a::Trait |
61
+ | canonical_paths.rs:54:14:54:35 | ... ::canonical_paths | repo::test | crate::canonical_paths |
62
+ | canonical_paths.rs:54:14:54:38 | ... ::a | repo::test | crate::canonical_paths::a |
63
+ | canonical_paths.rs:54:14:54:45 | ... ::Trait | repo::test | crate::canonical_paths::a::Trait |
64
64
| canonical_paths.rs:54:51:54:61 | OtherStruct | repo::test | {34}::OtherStruct |
65
65
| canonical_paths.rs:63:21:63:31 | OtherStruct | repo::test | {34}::OtherStruct |
66
66
| canonical_paths.rs:64:13:64:13 | s | None | None |
0 commit comments