Skip to content

Commit 5b3a9d0

Browse files
authored
Merge pull request #513 from wolfired/master
Update method lookup link in dot-operator.md
2 parents 9fe8fa5 + 3b7e25b commit 5b3a9d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dot-operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,6 @@ impl<T> Clone for Container<T> {
126126
Now, the type checker deduces that `bar_cloned: Container<T>`.
127127

128128
[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
129+
[method_lookup]: https://rustc-dev-guide.rust-lang.org/hir-typeck/method-lookup.html
130130
[index]: ../std/ops/trait.Index.html
131131
[clone]: ../std/clone/trait.Clone.html#derivable

0 commit comments

Comments
 (0)