File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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
2828where you can very clearly see that (at least for small ` n ` ), the check really performs ` n^2 `
2929comparisons between impls.
3030
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) ,
3232to handle specializing impls overlapping with their parent, but this may change in the future.
3333
3434In both cases, all pairs of impls are checked for overlap.
3535
3636Overlapping is sometimes partially allowed:
3737
38381 . for marker traits
39- 2 . under [ specialization] ( . /specialization.md)
39+ 2 . under [ specialization] ( traits /specialization.md)
4040
4141but normally isn't.
4242
You can’t perform that action at this time.
0 commit comments