mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
Add idempotent regression test for pub struct fields
This commit is contained in:
@@ -10,6 +10,7 @@ pub struct Foo {
|
||||
g: SomeOtherType,
|
||||
/// A doc comment on a field
|
||||
h: AThirdType,
|
||||
pub i: TypeForPublicField,
|
||||
}
|
||||
|
||||
struct Bar;
|
||||
|
||||
Reference in New Issue
Block a user