Rustdoc should expose doc comments written on tuple fields: ```rust pub struct Foo( /// Hello docs String ); ``` Tagging @QuietMisdreavus @GuillaumeGomez based on conversation on IRC.