Add idempotent regression test for pub struct fields

This commit is contained in:
Chris Hellmuth 2015-06-10 15:17:59 -06:00
parent 58519236d0
commit 5e3c2640ec

View File

@ -10,6 +10,7 @@ pub struct Foo {
g: SomeOtherType,
/// A doc comment on a field
h: AThirdType,
pub i: TypeForPublicField,
}
struct Bar;