rust/src/librustdoc/html/render
Matthias Krüger 549b3a13a1
Rollup merge of #110983 - GuillaumeGomez:foreign-repr, r=notriddle
rustdoc: Get `repr` information through `AdtDef` for foreign items

As suggested by `@notriddle,` this approach works too. The only downside is that the display of the original attribute isn't kept, but I think it's an acceptable downside.

r? `@notriddle`
2023-04-30 01:14:59 +02:00
..
context.rs Spelling librustdoc 2023-04-16 21:44:12 -04:00
mod.rs Rollup merge of #110983 - GuillaumeGomez:foreign-repr, r=notriddle 2023-04-30 01:14:59 +02:00
print_item.rs Fix display of attributes for enums 2023-04-29 22:53:10 +02:00
search_index.rs remove some unneeded imports 2023-04-12 19:27:18 +02:00
sidebar.rs a couple clippy::complexity fixes 2023-04-01 23:16:33 +02:00
span_map.rs Fix typo in span_map.rs 2023-03-09 14:47:42 +09:00
tests.rs Corrected imports for render tests and mod files 2021-03-04 10:25:00 -08:00
type_layout.rs rustdoc: remove unnecessary binding 2023-04-21 11:05:45 -07:00
write_shared.rs Auto merge of #107000 - GuillaumeGomez:fix-items-in-doc-hidden-block, r=notriddle,petrochenkov 2023-02-02 21:14:44 +00:00