You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Havvy
added
the
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
label
Oct 2, 2018
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.The text was updated successfully, but these errors were encountered: