We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e73d90 commit 3dfd268Copy full SHA for 3dfd268
src/test/rustdoc-json/primitive.rs
@@ -12,3 +12,9 @@ mod usize {}
12
// @has - "$.index[*][?(@.name=='checked_add')]"
13
// @!is - "$.index[*][?(@.name=='checked_add')]" $local_crate_id
14
// @!has - "$.index[*][?(@.name=='is_ascii_uppercase')]"
15
+
16
+// @is - "$.index[*][?(@.kind=='import' && @.inner.name=='my_i32')].inner.id" null
17
+pub use i32 as my_i32;
18
19
+// @is - "$.index[*][?(@.kind=='import' && @.inner.name=='u32')].inner.id" null
20
+pub use u32;
0 commit comments