Update method lookup link in dot-operator.md

pull/513/head
LinkWu 2 weeks ago committed by GitHub
parent 9fe8fa599a
commit 3b7e25b55c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -126,6 +126,6 @@ impl<T> Clone for Container<T> {
Now, the type checker deduces that `bar_cloned: Container<T>`. Now, the type checker deduces that `bar_cloned: Container<T>`.
[fqs]: ../book/ch19-03-advanced-traits.html#fully-qualified-syntax-for-disambiguation-calling-methods-with-the-same-name [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 [index]: ../std/ops/trait.Index.html
[clone]: ../std/clone/trait.Clone.html#derivable [clone]: ../std/clone/trait.Clone.html#derivable

Loading…
Cancel
Save