From 3b7e25b55c00e67a50dca679f7a172b591a553c8 Mon Sep 17 00:00:00 2001 From: LinkWu Date: Fri, 12 Dec 2025 17:12:09 +0800 Subject: [PATCH] Update method lookup link in dot-operator.md --- src/dot-operator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dot-operator.md b/src/dot-operator.md index 16fbf00..2ea3956 100644 --- a/src/dot-operator.md +++ b/src/dot-operator.md @@ -126,6 +126,6 @@ impl Clone for Container { Now, the type checker deduces that `bar_cloned: Container`. [fqs]: ../book/ch19-03-advanced-traits.html#fully-qualified-syntax-for-disambiguation-calling-methods-with-the-same-name -[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 [index]: ../std/ops/trait.Index.html [clone]: ../std/clone/trait.Clone.html#derivable