File tree 1 file changed +4
-4
lines changed
src/test/rustdoc-json/reexport
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ pub mod foo {
7
7
pub struct Bar ;
8
8
}
9
9
10
- // @set root_import_id = - "$.index[*][?(@.inner.span =='foo::Bar')].id"
11
- // @is - "$.index[*][?(@.inner.span =='foo::Bar')].inner.id" $bar_id
10
+ // @set root_import_id = - "$.index[*][?(@.inner.source =='foo::Bar')].id"
11
+ // @is - "$.index[*][?(@.inner.source =='foo::Bar')].inner.id" $bar_id
12
12
// @has - "$.index[*][?(@.name=='in_root_and_mod_pub')].inner.items[*]" $root_import_id
13
13
pub use foo:: Bar ;
14
14
15
15
pub mod baz {
16
- // @set baz_import_id = - "$.index[*][?(@.inner.span =='crate::foo::Bar')].id"
17
- // @is - "$.index[*][?(@.inner.span =='crate::foo::Bar')].inner.id" $bar_id
16
+ // @set baz_import_id = - "$.index[*][?(@.inner.source =='crate::foo::Bar')].id"
17
+ // @is - "$.index[*][?(@.inner.source =='crate::foo::Bar')].inner.id" $bar_id
18
18
// @has - "$.index[*][?(@.name=='baz')].inner.items[*]" $baz_import_id
19
19
pub use crate :: foo:: Bar ;
20
20
}
You can’t perform that action at this time.
0 commit comments