We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ea966 commit a787eb5Copy full SHA for a787eb5
src/type-coercions.md
@@ -188,6 +188,6 @@ unsized coercion to `Foo<U>`.
188
[RFC 401]: https://github.com/rust-lang/rfcs/blob/master/text/0401-coercions.md
189
[RFC 1558]: https://github.com/rust-lang/rfcs/blob/master/text/1558-closure-to-fn-coercion.md
190
[subtype]: subtyping.md
191
-[as]: operator-expr.md#type-cast-expressions
+[as]: expressions/operator-expr.md#type-cast-expressions
192
[`Unsize`]: ../std/marker/trait.Unsize.html
193
[`CoerceUnsized`]: ../std/ops/trait.CoerceUnsized.html
0 commit comments