Skip to content

Commit 0b06284

Browse files
committed
Define link to coherence.md for incomplete link in solve/invariants.md
1 parent 4eb76db commit 0b06284

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/solve/invariants.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ in the trait solver
113113

114114
#### The type system is complete during the implicit negative overlap check in coherence ✅
115115

116-
For more on overlap checking: [../coherence.md]
116+
For more on overlap checking: [coherence]
117117

118118
During the implicit negative overlap check in coherence we must never return *error* for
119119
goals which can be proven. This would allow for overlapping impls with potentially different
@@ -153,4 +153,5 @@ arguments. This currently does not hold: [#97156].
153153

154154
[#57893]: https://github.com/rust-lang/rust/issues/57893
155155
[#97156]: https://github.com/rust-lang/rust/issues/97156
156-
[#114936]: https://github.com/rust-lang/rust/issues/114936
156+
[#114936]: https://github.com/rust-lang/rust/issues/114936
157+
[coherence]: ../coherence.md

0 commit comments

Comments
 (0)