Merge pull request #100 from chellmuth/regression-test

Regression test for pub struct fields
This commit is contained in:
Nick Cameron 2015-06-11 09:41:13 +12:00
commit 8931fb0926

View file

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