Closed
Description
Consider the documentation at https://doc.rust-lang.org/nightly/nightly-rustc/rustc/ty/layout/enum.Abi.html. After expanding the fields, it looks like
To me this looks like an enum with 4 variants. The way things are indented, I did not even realize that there is a fifth variant, Aggregate
. I don't mind so much that the tables showing the enum variant fields are not very pretty, but the way they are flushed to the left makes the entire thing really hard to read.