We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fe8fa5 + 3b7e25b commit 5b3a9d0Copy full SHA for 5b3a9d0
1 file changed
src/dot-operator.md
@@ -126,6 +126,6 @@ impl<T> Clone for Container<T> {
126
Now, the type checker deduces that `bar_cloned: Container<T>`.
127
128
[fqs]: ../book/ch19-03-advanced-traits.html#fully-qualified-syntax-for-disambiguation-calling-methods-with-the-same-name
129
-[method_lookup]: https://rustc-dev-guide.rust-lang.org/method-lookup.html
+[method_lookup]: https://rustc-dev-guide.rust-lang.org/hir-typeck/method-lookup.html
130
[index]: ../std/ops/trait.Index.html
131
[clone]: ../std/clone/trait.Clone.html#derivable
0 commit comments