Add idempotent regression test for pub struct fields
This commit is contained in:
parent
58519236d0
commit
5e3c2640ec
@ -10,6 +10,7 @@ pub struct Foo {
|
||||
g: SomeOtherType,
|
||||
/// A doc comment on a field
|
||||
h: AThirdType,
|
||||
pub i: TypeForPublicField,
|
||||
}
|
||||
|
||||
struct Bar;
|
||||
|
Loading…
x
Reference in New Issue
Block a user