File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ Overlap checking for inherent impl blocks is done through `fn check_item` in coh
28
28
where you can very clearly see that (at least for small ` n ` ), the check really performs ` n^2 `
29
29
comparisons between impls.
30
30
31
- In the case of traits, this check is currently done as part of building the [ specialization graph] ( . /specialization.md) ,
31
+ In the case of traits, this check is currently done as part of building the [ specialization graph] ( traits /specialization.md) ,
32
32
to handle specializing impls overlapping with their parent, but this may change in the future.
33
33
34
34
In both cases, all pairs of impls are checked for overlap.
35
35
36
36
Overlapping is sometimes partially allowed:
37
37
38
38
1 . for marker traits
39
- 2 . under [ specialization] ( . /specialization.md)
39
+ 2 . under [ specialization] ( traits /specialization.md)
40
40
41
41
but normally isn't.
42
42
You can’t perform that action at this time.
0 commit comments