mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
549b3a13a1
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`