rust/src/librustdoc/html/render
Camelid 48da66f28f Show memory layout for type aliases
At first you might think "why not just click through to the aliased
type?", but if a type alias instantiates all of the generic parameters
of the aliased type, then it can show layout info even though the
aliased type cannot (because we can't compute the layout of a generic
type). So I think it's still useful to show layout info for type
aliases.
2021-05-11 09:55:31 -07:00
..
cache.rs Add type to differentiate between fake and real DefId's 2021-05-04 19:34:12 +02:00
context.rs Use an SVG image for clipboard instead of unicode character 2021-05-10 16:26:16 +02:00
mod.rs End toggle migration 2021-05-10 00:09:57 +02:00
print_item.rs Show memory layout for type aliases 2021-05-11 09:55:31 -07:00
tests.rs Corrected imports for render tests and mod files 2021-03-04 10:25:00 -08:00
write_shared.rs Use an SVG image for clipboard instead of unicode character 2021-05-10 16:26:16 +02:00