rust/src/librustdoc
Matthias Krüger 862b911551
Rollup merge of #129560 - GuillaumeGomez:impl-assoc-type-source-link, r=notriddle
[rustdoc] Generate source link on impl associated types

Currently, impl associated types are generated but don't get a source link. This PR fixes that.

Before:

![image](https://github.com/user-attachments/assets/3a22adb5-8b66-4124-9267-7c26eed1aa5e)

After:

![Screenshot from 2024-08-25 16-31-36](https://github.com/user-attachments/assets/6e9b35e7-4357-4ecf-8c49-1d8294051283)

r? `@notriddle`
2024-08-27 00:42:01 +02:00
..
clean Use a LocalDefId in ResolvedArg. 2024-08-22 01:17:01 +00:00
doctest Remove unneeded conversion to DefId for ExtraInfo 2024-08-20 18:09:58 +02:00
formats Rollup merge of #128385 - its-the-shrimp:fix_114039, r=aDotInTheVoid 2024-08-05 18:36:01 +02:00
html Rollup merge of #129560 - GuillaumeGomez:impl-assoc-type-source-link, r=notriddle 2024-08-27 00:42:01 +02:00
json rustdoc-json: Clean up serialization and printing. 2024-08-17 11:00:26 +00:00
passes Fix elided_named_lifetimes in code 2024-08-24 19:21:32 +03:00
theme rustdoc: merge theme css into rustdoc.css 2023-09-15 07:40:17 -07:00
Cargo.toml Update minifier to 0.3.1 2024-08-24 18:34:28 +02:00
config.rs Rollup merge of #128963 - GuillaumeGomez:output-to-stdout, r=aDotInTheVoid 2024-08-15 00:02:26 +02:00
core.rs review comments 2024-08-08 14:58:52 +00:00
docfs.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
doctest.rs Fix intra-doc link 2024-08-13 20:14:58 +02:00
error.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
externalfiles.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
fold.rs rustdoc: Remove OpaqueTy 2024-08-01 15:57:45 +00:00
lib.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
lint.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
markdown.rs Move Markdown-specific doctest code into submodule 2024-06-07 17:48:47 +02:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
rinja.toml Replace askama with rinja 2024-07-23 11:19:55 +02:00
scrape_examples.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
theme.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
visit.rs rustdoc: Remove OpaqueTy 2024-08-01 15:57:45 +00:00
visit_ast.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
visit_lib.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00

For more information about how librustdoc works, see the rustc dev guide.