mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-04 04:39:16 +00:00
Merge pull request #100 from chellmuth/regression-test
Regression test for pub struct fields
This commit is contained in:
commit
8931fb0926
@ -10,6 +10,7 @@ pub struct Foo {
|
||||
g: SomeOtherType,
|
||||
/// A doc comment on a field
|
||||
h: AThirdType,
|
||||
pub i: TypeForPublicField,
|
||||
}
|
||||
|
||||
struct Bar;
|
||||
|
Loading…
Reference in New Issue
Block a user