···2626> rust-analyzer from rustup follows Rust's release schedule, which may lag behind the
2727> version bundled with the VS Code extension.
28282929+## Logging
3030+3131+See [Logging](logging.md).
3232+2933## Error handling
30343135{{#include ../snippets/ci/error-handling.md}}
+1-1
docs/src/rustdoc-links/index.md
···4848- [Supported syntax](supported-syntax.md): Full list of link syntax with examples. Know
4949 how to link to additional items such as
5050 [functions, macros](supported-syntax.md#functions-and-macros), and
5151- [implementors](supported-syntax.md#implementors-and-fully-qualified-syntax).
5151+ [implementors](supported-syntax.md#fully-qualified-paths).
52525353- [Name resolution](name-resolution.md): Understand how the preprocessor finds Rust
5454 items, including