File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,10 @@ mod a {
23
23
// @has 'foo/a/struct.FooAInSuper.html' '//pre' 'pub(crate) struct FooAInSuper'
24
24
pub ( in super ) struct FooAInSuper ;
25
25
// @has 'foo/a/struct.FooAInA.html' '//pre' 'struct FooAInA'
26
+ // @!has 'foo/a/struct.FooAInA.html' '//pre' 'pub'
26
27
pub ( in a) struct FooAInA ;
27
28
// @has 'foo/a/struct.FooAPriv.html' '//pre' 'struct FooAPriv'
29
+ // @!has 'foo/a/struct.FooAPriv.html' '//pre' 'pub'
28
30
struct FooAPriv ;
29
31
30
32
mod b {
@@ -33,8 +35,10 @@ mod a {
33
35
// @has 'foo/a/b/struct.FooBInSuperSuper.html' '//pre' 'pub(crate) struct FooBInSuperSuper'
34
36
pub ( in super :: super ) struct FooBInSuperSuper ;
35
37
// @has 'foo/a/b/struct.FooBInAB.html' '//pre' 'struct FooBInAB'
38
+ // @!has 'foo/a/b/struct.FooBInAB.html' '//pre' 'pub'
36
39
pub ( in a:: b) struct FooBInAB ;
37
40
// @has 'foo/a/b/struct.FooBPriv.html' '//pre' 'struct FooBPriv'
41
+ // @!has 'foo/a/b/struct.FooBPriv.html' '//pre' 'pub'
38
42
struct FooBPriv ;
39
43
}
40
44
}
You can’t perform that action at this time.
0 commit comments